From b791feb69486468741b10e3737381b3919c603c3 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 6 Dec 2007 10:06:41 +0000 Subject: use \xf0 instead of \xfd for valid first byte of a UTF-8 character. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_syntax.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest/test_syntax.rb') diff --git a/bootstraptest/test_syntax.rb b/bootstraptest/test_syntax.rb index 8b499c50d5..3e4c79bece 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]' -- cgit v1.2.3