You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our team is trying to parse GitHub action YAML using strictyaml and we have reached an issue. If we use the inline comments in a file the YAML load fails with NotImplementedError
The text was updated successfully, but these errors were encountered:
JureMalovrh
changed the title
New line after comment line causes NotImplementedError
New lines after comment line causes NotImplementedErrorJun 2, 2023
Hi,
first - thanks for the great library!
Our team is trying to parse GitHub action YAML using
strictyaml
and we have reached an issue. If we use the inline comments in a file the YAML load fails withNotImplementedError
Minimal reproduction case:
This will cause following issue:
The following case parses successfully:
The text was updated successfully, but these errors were encountered: