Skip to content
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

propose: add - |- gramma support #30

Open
leslie-tsang opened this issue Jan 28, 2023 · 3 comments
Open

propose: add - |- gramma support #30

leslie-tsang opened this issue Jan 28, 2023 · 3 comments

Comments

@leslie-tsang
Copy link

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
@kayx23
Copy link

kayx23 commented May 17, 2023

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.

@leslie-tsang
Copy link
Author

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.

I will check it out. :)

@lostk1ng
Copy link

lostk1ng commented Aug 7, 2023

@leslie-tsang Any progress on this issue? we use yaml config_provider as backup provider, and ssl certs will use - |- format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants