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

Parsing fails for triple quoted strings that extend over newlines. #2

Open
fkearney8 opened this issue Jan 24, 2017 · 2 comments
Open
Labels

Comments

@fkearney8
Copy link

fkearney8 commented Jan 24, 2017

Examples like:

{
  some_value: "foo",
  doc: '''Here is some sample text that has triple quotes and'''
       ''' extends over a newline and is supposed to work, but the plugin doesn't like it.''',
  other_value: 1 
}

...aren't processed properly by the plugin. It says a comma or brace is expected before ''' extends.

@belloale
Copy link
Contributor

Is this a valid multi-line string? Not sure if this is in the spec anywhere.

@tgregg
Copy link

tgregg commented Jul 12, 2021

@toddjonker toddjonker added the bug label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants