diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-21 03:25:02 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-21 03:25:02 +0000 |
| commit | 143ad211b183626dc06abcaacaaa144a6a686cc4 (patch) | |
| tree | b8cf95a4a8c1ce4ad2f55c44d95fe873e0c2b6eb /bootstraptest/test_syntax.rb | |
| parent | f03ee227aa21d361d91b7c3987ff60d6d2932d7e (diff) | |
| download | ruby-143ad211b183626dc06abcaacaaa144a6a686cc4.tar.gz ruby-143ad211b183626dc06abcaacaaa144a6a686cc4.tar.xz ruby-143ad211b183626dc06abcaacaaa144a6a686cc4.zip | |
illegal -> invalid.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest/test_syntax.rb')
| -rw-r--r-- | bootstraptest/test_syntax.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb index 2be4efb38..e06db6bf4 100644 --- a/bootstraptest/test_syntax.rb +++ b/bootstraptest/test_syntax.rb @@ -624,7 +624,7 @@ assert_equal '2', %q{ end } -assert_match /illegal multibyte char/, %q{ +assert_match /invalid multibyte char/, %q{ STDERR.reopen(STDOUT) eval("\"\xf0".force_encoding("utf-8")) }, '[ruby-dev:32429]' |
