mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
584d6de3c2
Here is a script that reproduce this problem:
x = if true
1
else
case 2
when 3
end
4
end
p x # => nil # 1 is expected
Running Tests
To run the tests, execute the following from the project's root directory.
$ make test