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
commit475016106f561450b2d5c3ed9d904e52046bd754 (patch)
tree7c1668322c2470053356fde942319f4cb4f59b3e /test/ruby/test_syntax.rb
parentf931ea8adbb72cb58379e268abe6c001b8cdcad8 (diff)
downloadruby-475016106f561450b2d5c3ed9d904e52046bd754.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