diff options
Diffstat (limited to 'spec/outputs/unicode/cond.lua')
-rw-r--r-- | spec/outputs/unicode/cond.lua | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/spec/outputs/unicode/cond.lua b/spec/outputs/unicode/cond.lua index f972dea..9a4ccb9 100644 --- a/spec/outputs/unicode/cond.lua +++ b/spec/outputs/unicode/cond.lua | |||
@@ -351,4 +351,21 @@ do | |||
351 | _u53d8_u91cfv = 2 | 351 | _u53d8_u91cfv = 2 |
352 | end | 352 | end |
353 | end | 353 | end |
354 | do | ||
355 | local _u94fe_u5f0f_u6bd4_u8f83 = 1 < 2 and 2 <= 2 and 2 < 3 and 3 == 3 and 3 > 2 and 2 >= 1 and 1 == 1 and 1 < 3 and 3 ~= 5 | ||
356 | local _u503c | ||
357 | _u503c = function(_u8f93_u5165) | ||
358 | _u6253_u5370(_u8f93_u5165) | ||
359 | return _u8f93_u5165 | ||
360 | end | ||
361 | local _u6c42_u503c | ||
362 | do | ||
363 | local _cond_0 = _u503c(2) | ||
364 | _u6c42_u503c = _u503c(1) < _cond_0 and _cond_0 <= _u503c(3) | ||
365 | end | ||
366 | do | ||
367 | local _cond_0 = _u503c(2) | ||
368 | _u6c42_u503c = _u503c(1) > _cond_0 and _cond_0 <= _u503c(3) | ||
369 | end | ||
370 | end | ||
354 | return nil | 371 | return nil |