-
-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
+.nan and -.nan are parsed as .nan
To Reproduce
+.nan: +.nan
+.nan: +.nan
-.NaN: -.NaN
-.NaN: -.NaN
.NAN: .NAN
.NAN: .NAN(Github correctly ignores [+-].nan, but also seems to interpret - as seq)
Expected behaviour
[+-].nan should be parsed as type str
- Environment: VSCode 1.89
yaml:2.4.2
Additional context
also no error is given when multiple keys are given with the same value of type .nan
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

