forked from peposso/lua-tinyyaml
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several blank lines in multi-line scalar values collapsed to one #10
Comments
The empty lines are removed from the beginning... Line 719 in 264cead
|
@spacewander You are right. Is this intentional, or should I take a stab at fixing it? In my application, blank lines are meaningful. |
I think the author missed this corner case. |
Upvoting this! Noticed the same issue. |
Witiko
added a commit
to Witiko/lua-tinyyaml
that referenced
this issue
Sep 11, 2021
Witiko
added a commit
to Witiko/lua-tinyyaml
that referenced
this issue
Sep 11, 2021
Witiko
added a commit
to Witiko/lua-tinyyaml
that referenced
this issue
Sep 11, 2021
Witiko
added a commit
to Witiko/lua-tinyyaml
that referenced
this issue
Sep 12, 2021
@spacewander @kalekje I propose a fix in #11. |
Witiko
added a commit
to TeXhackse/markdown
that referenced
this issue
Sep 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See peposso#13:
The following seems to be the cause:
lua-tinyyaml/tinyyaml.lua
Line 358 in fe0e8e5
This behavior is contrary to the YAML spec (emphasis mine):
The text was updated successfully, but these errors were encountered: