1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add ML ref.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2007-12-02 02:04:34 +00:00
parent 850cd3a536
commit 0893957bc6

View file

@ -13,4 +13,4 @@ assert_equal '0', %q{
assert_match /unterminated string meets end of file/, %q{ assert_match /unterminated string meets end of file/, %q{
STDERR.reopen(STDOUT) STDERR.reopen(STDOUT)
eval("\"\xfd".force_encoding("utf-8")) eval("\"\xfd".force_encoding("utf-8"))
} }, '[ruby-dev:32429]'