Commit ef01692c authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2289 from take-cheeze/local_variables_iso

Add ISO index to `Kernel.local_variables`.
parents c0e6f5f8 0f742392
...@@ -75,7 +75,7 @@ assert('mrb_cfunc_env_get') do ...@@ -75,7 +75,7 @@ assert('mrb_cfunc_env_get') do
assert_equal 1, t.get_int(1) assert_equal 1, t.get_int(1)
end end
assert('Kernel.local_variables') do assert('Kernel.local_variables', '15.3.1.2.7') do
a, b = 0, 1 a, b = 0, 1
a += b a += b
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment