-
-
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
Yaml containing escaped single quote fails to parse, works under MRI #2199
Comments
Addresses a discrepancy between MRI/psych and jruby/snakeyaml parsing, see: jruby/jruby#2199
Guess it's not a YAML 1.1 thing, since Ruby 2.3.2 handles it fine. |
Reported to SnakeYAML here: https://bitbucket.org/asomov/snakeyaml/issues/350/failure-to-parse-escaped-single-quote-in-a |
Thanks @headius! |
According to the YAML 1.1 spec the ' is not a valid escape sequence |
What is the bug tracker for MRI 2.0 to report a bug while parsing YAML ? |
Closing in favor of #4847. |
Running JRuby in ruby 2.0 mode:
Running MRI 2.0:
The text was updated successfully, but these errors were encountered: