-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Literal \あ
results in invalid multibyte char error
#1390
Comments
Looks like a parser problem.
|
I think we might have another issue on this open but yours definitely seems to be like the smallest repro. |
Invalid multibyte char error is raised when using double quote string. in JRuby 1.7.16
in MRI 1.9.3
|
The first case works now, but the second case with double quotes still fails ( |
@headius sorry. It was my mistake. The second case with with double quotes works on current jruby-1_7 branch(ruby -e "puts "\あ""). |
Ok. Thanks for solving this on @k77ch7 ! |
As reported in https://twitter.com/y_shindoh/status/421425572284465152.
test.rb
It works on (near) master in the default 2.1.0 mode.
The text was updated successfully, but these errors were encountered: