aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_rubyoptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index 27520b6cb3..6e6fe4bd3b 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -395,6 +395,7 @@ class TestRubyOptions < Test::Unit::TestCase
[
"begin", "if false", "for _ in []", "while false",
"def foo", "class X", "module M",
+ ["-> do", "end"], ["-> {", "}"],
].each do
|b, e = 'end'|
src = ["#{b}\n", " #{e}\n"]