Files
mruby-mruby/test/t
Kouhei Sutou 4b4ddd5a28 Fix a bug that no expression case doesn't return valid value
Here is a script that reproduces this problem:

     x = case
         when true; 1
         end
     p x # => main # 1 is expected
2015-02-24 20:53:12 +09:00
..
2014-05-06 23:30:02 +09:00
2013-06-14 21:35:49 +08:00
2014-06-19 01:55:39 +09:00
2013-09-22 18:14:40 +09:00
2014-04-30 09:50:14 +09:00
2014-08-25 17:18:24 +09:00
2014-12-17 14:01:39 +09:00