You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature #48022 [Yaml] Fix Yaml Parser with quote end in a new line (maxbeckers)
This PR was submitted for the 5.4 branch but it was merged into the 7.1 branch instead.
Discussion
----------
[Yaml] Fix Yaml Parser with quote end in a new line
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix#33082
| License | MIT
| Doc PR | N/A
This is a fix for issue #33082.
The bug described in the ticket breaks on a ending quote in a new line:
```
foo:
bar: 'baz
'
baz: 'Lorem'
```
Before the fix:
`Symfony\Component\Yaml\Exception\ParseException: Malformed inline YAML string: 'baz at line 4.`
There was already a PR #33119, which was closed because of problems.
Commits
-------
21cec3f [Yaml] Fix Yaml Parser with quote end in a new line
0 commit comments