You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, lua-tinyyaml don't support - |- gramma, which will throw a found bad indenting in line error, which is common supported in most yaml parsers.
test case
yaml_key:
- "test"
- |- aa bb cc
The text was updated successfully, but these errors were encountered:
Hi @leslie-tsang , there has been an interest on this topic today (@nfrankel). Wondering if somebody knowledgeable enough about how things work here can help review the PR proposed. It's a teeny tiny change. Thanks in advance.
Hi @leslie-tsang , there has been an interest on this topic today (@nfrankel). Wondering if somebody knowledgeable enough about how things work here can help review the PR proposed. It's a teeny tiny change. Thanks in advance.
Currently,
lua-tinyyaml
don't support- |-
gramma, which will throw afound bad indenting in line
error, which is common supported in most yaml parsers.The text was updated successfully, but these errors were encountered: