-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
TypeError: object null is not iterable #501
Labels
bug
Something isn't working
Comments
eemeli
added a commit
that referenced
this issue
Nov 3, 2023
Ah, that was interesting. Managed to first shorten the input that's required to replicate the issue to just |
Fix released as 2.3.4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
While Fuzzing
parseDocument
threw uncaught exception atyaml/src/doc/directives.ts
Line 146 in e8576e8
To Reproduce
Expected behaviour
parseDocument
to not throw exception.Versions (please complete the following information):
yaml
: v2.3.3Additional context
Possible fix for this will be a check against null
but i was not able to reproduce this with single error message in
doc.errors
,The text was updated successfully, but these errors were encountered: