8000 minor #19766 [Yaml] sync test and actually triggered message (xabbuh) · symfony/symfony@120a05d · GitHub
[go: up one dir, main page]

Skip to content

Commit 120a05d

Browse files
minor #19766 [Yaml] sync test and actually triggered message (xabbuh)
This PR was merged into the 3.1 branch. Discussion ---------- [Yaml] sync test and actually triggered message | Q | A | ------------- | --- | Branch? | 3.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | see failures in #19757 | License | MIT | Doc PR | Commits ------- e8dfd4d [Yaml] sync test and actually triggered message
2 parents e33c694 + e8dfd4d commit 120a05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/Tests/InlineTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public function getScalarIndicators()
260260
*/
261261
public function testParseUnquotedScalarStartingWithPercentCharacter()
262262
{
263-
ErrorAssert::assertDeprecationsAreTriggered('Not quoting a scalar starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.', function () {
263+
ErrorAssert::assertDeprecationsAreTriggered('Not quoting the scalar "%foo " starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.', function () {
264264
Inline::parse('{ foo: %foo }');
265265
});
266266
}

0 commit comments

Comments
 (0)
0