See original issue at jruby/jruby#8352.
The following YAML fails to parse in SnakeYAML-Engine, used by the JRuby Psych extension:
--- &1 !ruby/object:Sethash:
:one: true:two: true*1: true
This is due to a bug in SnakeYAML-Engine reported here: https://bitbucket.org/snakeyaml/snakeyaml-engine/issues/54/do-not-allow-colon-to-be-a-part-of-an
This will be fixed shortly in an upcoming release of SnakeYAML-Engine. Psych will need to be updated to the new version and released.
See original issue at jruby/jruby#8352.
The following YAML fails to parse in SnakeYAML-Engine, used by the JRuby Psych extension:
This is due to a bug in SnakeYAML-Engine reported here: https://bitbucket.org/snakeyaml/snakeyaml-engine/issues/54/do-not-allow-colon-to-be-a-part-of-an
This will be fixed shortly in an upcoming release of SnakeYAML-Engine. Psych will need to be updated to the new version and released.