-
-
Notifications
You must be signed in to change notification settings - Fork 775
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 merge tag results in bad indentation of a mapping entry #697
Comments
Here's the whole YAML file: And an example of using the js-yaml CLI:
But
|
Is this what's meant by this statement in the readme caveats?
|
Using a rebased version of #561 does seem to fix my issue however. |
Hi, Thanks |
I opened #698 but haven't had any response |
I'm trying to process a Kubernetes CRD YAML file, and js-yaml is failing when trying to parse it. The error is:
I've extracted the problematic section:
The
TypeStringBool
is defined earlier in the same YAML:I've tried it with other YAML parsers and they seem to handle it fine.
The text was updated successfully, but these errors were encountered: