Closed
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