yaml / yamlscript

Programming in YAML
MIT License
358 stars 31 forks source link

Error on folded scalar in code mode #165

Open ingydotnet opened 1 week ago

ingydotnet commented 1 week ago

YS errors on block sequences and flow collections when in "code mode". The reason is twofold:

Folded scalars arguably fall into the same are (although they aren't very useful in data mode either).

Goal: Error on folded scalars in code mode.