-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Yaml] fix parsing inline YAML spanning multiple lines #33658
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
Conversation
xabbuh
commented
Sep 21, 2019
Q | A |
---|---|
Branch? | 4.4 |
Bug fix? | no |
New feature? | yes |
Deprecations? | no |
Tickets | Fix #25239 #25379 #31333 |
License | MIT |
Doc PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work! Thanks Christian!
YAML | ||
, | ||
], | ||
'double quoted multi-line string' => [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The YAML content of this test doesn't match the description. It should use double quotes, right?
Thank you @xabbuh. |
… (xabbuh) This PR was merged into the 4.4 branch. Discussion ---------- [Yaml] fix parsing inline YAML spanning multiple lines | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix #25239 #25379 #31333 | License | MIT | Doc PR | Commits ------- 85a5c31 fix parsing inline YAML spanning multiple lines
Any plans for back-porting this to 3.4.x? |
We never add new features in patch releases and since we didn't support the inline notation across multiple lines before this was considered to be a new feature. |
Thanks for the quick update, so we and others can use the patch above if they get a validation error with 3.4.x. |
This PR was merged into the 4.4 branch. Discussion ---------- [Yaml] remove unreachable code | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | mistakenly added in #33658 Commits ------- 5907444 remove unreachable code