SpechtLite icon indicating copy to clipboard operation
SpechtLite copied to clipboard

The yaml parser is too strict

Open qiuwei opened this issue 7 years ago • 1 comments

Arrays without indent cannot be parsed correctly

For example

adapter:
- id: adapter1
   host: blabla
- id: adapter2
   host: blabla

cannot be parsed correctly.

qiuwei avatar Jan 08 '18 10:01 qiuwei

Make sure the indent of host is correct.

And current YAML parser may be not a standard one, I guess.

zhuhaow avatar Jan 10 '18 12:01 zhuhaow