-
-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
a flow map with an empty value should be parsed as map
, not string
Flow nodes and flow keys are not allowed to contain the character set :]
To Reproduce
[a:b]
---
[c:]
---
[:]
---
a:b
---
c:
---
:
Expected behaviour
[c:]
should be a map
with c
key and empty
for the value
[a:b]
is correctly parsed as a string
[:]
is correctly parsed as an empty map
Versions:
- Environment: VSCode
1.89
yaml
:2.4.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working