diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-06 10:06:41 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-06 10:06:41 +0000 |
| commit | 55a24b092c0f17fc259ec832a42b6a0589525b89 (patch) | |
| tree | 73b2db84f0111b2974cf60d28d6fecba4632a0a3 /bootstraptest | |
| parent | 72abd71d7df833e89a18e1cb4b74b749bb05fb4c (diff) | |
| download | ruby-55a24b092c0f17fc259ec832a42b6a0589525b89.tar.gz ruby-55a24b092c0f17fc259ec832a42b6a0589525b89.tar.xz ruby-55a24b092c0f17fc259ec832a42b6a0589525b89.zip | |
use \xf0 instead of \xfd for valid first byte of a UTF-8 character.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
| -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 8b499c50d..3e4c79bec 100644 --- a/bootstraptest/test_syntax.rb +++ b/bootstraptest/test_syntax.rb @@ -626,5 +626,5 @@ assert_equal '2', %q{ assert_match /illegal multibyte char/, %q{ STDERR.reopen(STDOUT) - eval("\"\xfd".force_encoding("utf-8")) + eval("\"\xf0".force_encoding("utf-8")) }, '[ruby-dev:32429]' |
