From ed7620434e9dba2500e1bfbbf5c21e0d17e91490 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 13 Dec 2015 11:27:45 +0000 Subject: * 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 --- ChangeLog | 4 ++++ test/ruby/test_syntax.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 79d22a4a9b..fad1be2990 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 13 20:26:30 2015 Yuki Yugui Sonoda + + * test/ruby/test_syntax.rb: fix typo in test + Sun Dec 13 20:12:14 2015 Yuki Yugui Sonoda * parse.y (parse_percent): Allow %-literals in labeled arg as 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 -- cgit v1.2.3