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

Yaml: cannot parse a wrapped, quoted string #11178

Closed
timwhitlock opened this issue Jun 20, 2014 · 1 comment
Closed

Yaml: cannot parse a wrapped, quoted string #11178

timwhitlock opened this issue Jun 20, 2014 · 1 comment

Comments

@timwhitlock
Copy link

I've encountered the structure below in the wild. Although I don't know whether it's valid Yaml, Ruby's parser and the Yaml PECL extension allow it.

    test: "Probably not the right
           way to wrap a string,
           but it parses with Ruby
           and the PECL extension."

I get a parse error "Malformed inline YAML string"

@stof
Copy link
Member

stof commented Jun 20, 2014

Closing as duplicate of #11109

@stof stof closed this as completed Jun 20, 2014
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

2 participants