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