Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #36930 - Make invalid YAML test compatible with libyaml 0.2.x
The valid {a:test} is invalid with libyaml 0.1.x but is valid with 0.2.x. This changes the test to @@ which should still raise a Psych::SyntaxError.
- Loading branch information