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

Issue in termination of multiline string with indentation #24

Closed
ihtkas opened this issue Jul 20, 2016 · 3 comments
Closed

Issue in termination of multiline string with indentation #24

ihtkas opened this issue Jul 20, 2016 · 3 comments

Comments

@ihtkas
Copy link

ihtkas commented Jul 20, 2016

Consider the below exmaple,

Load:
    - Testts.add:
        - Name: |
            xline1
            xline2
        - Name: |
            yline1
            yline2

I have used two multiline string values. When the above string is parsed, the first multi line string is not terminated after the indentation level is reduced ie, "xline1\nxline2\n- Name: |\nyline1\nyline2" is formed as single string and assigned as value to Name key and only one item is added in the list (for key Testts.add).

@sprabhakaran
Copy link

@kylelemons I too faced same problem. @ihtkas

@Gregory-Ledray
Copy link

The README says multi-line strings aren't supported.

// BUG(kevlar): Multi-line strings are currently not supported.

@ihtkas
Copy link
Author

ihtkas commented Oct 4, 2021

@Gregory-Ledray Thanks for pointing this.

@ihtkas ihtkas closed this as completed Oct 4, 2021
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