-
Notifications
You must be signed in to change notification settings - Fork 150
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

