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
The lines above are test-cases that are failing because the quoted lines are considered as comments but are supposed to be considered as strings/literals instead.
To fix that there needs to be a better regular expression for the line below.
yaml-parser/tests/unit/test_yaml.py
Lines 129 to 132 in 953701a
The lines above are test-cases that are failing because the quoted lines are considered as comments but are supposed to be considered as strings/literals instead.
To fix that there needs to be a better regular expression for the line below.
yaml-parser/src/yaml.py
Line 6 in 953701a
The text was updated successfully, but these errors were encountered: