mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
71641bbf73
Reported by https://hackerone.com/jpenalbae
7 lines
121 B
Ruby
7 lines
121 B
Ruby
##
|
|
# Codegen tests
|
|
|
|
assert('empty condition in ternary expression parses correctly') do
|
|
assert_equal () ? 1 : 2, 2
|
|
end
|