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
minor symfony#52473 [HttpKernel] Fix quotes expectations in tests (alexandre-daubois)
This PR was merged into the 6.3 branch.
Discussion
----------
[HttpKernel] Fix quotes expectations in tests
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Following symfony#52472 (comment)
On Windows, quotes are only added when necessary. This means that for a value like `foobar`, no quotes are added. I updated the test so the first dataset shows the escaping whereas the second updated dataset shows that it is expected that no quotes are added around data.
Commits
-------
dcc465f [HttpKernel] Fix quotes expectations in tests
0 commit comments