aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_syntax.rb
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-13 11:27:45 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-13 11:27:45 +0000
commited7620434e9dba2500e1bfbbf5c21e0d17e91490 (patch)
tree7c1668322c2470053356fde942319f4cb4f59b3e /test/ruby/test_syntax.rb
parent99ac392284108802b57722dcd7d0fb5e1942206f (diff)
downloadruby-ed7620434e9dba2500e1bfbbf5c21e0d17e91490.tar.gz
* test/ruby/test_syntax.rb: fix typo in test
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_syntax.rb')
-rw-r--r--test/ruby/test_syntax.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_syntax.rb b/test/ruby/test_syntax.rb
index 2ed3859860..dfe5859247 100644
--- a/test/ruby/test_syntax.rb
+++ b/test/ruby/test_syntax.rb
@@ -336,7 +336,7 @@ WARN
end
def test_percent_string_after_label
- bug11812 = ['ruby-core:72084']
+ bug11812 = '[ruby-core:72084]'
assert_valid_syntax('{label:%w(*)}', bug11812)
assert_valid_syntax('{label: %w(*)}', bug11812)
end