Skip to content

Commit 82cf90a

Browse files
committed
minor #60070 [TwigBridge] Fix TwigValidatorTest expectation (alexandre-daubois)
This PR was merged into the 7.3 branch. Discussion ---------- [TwigBridge] Fix `TwigValidatorTest` expectation | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Commits ------- c40d3b4 [TwigBridge] Fix `TwigValidatorTest` expectation
2 parents 6ae4c85 + c40d3b4 commit 82cf90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/Tests/Validator/Constraints/TwigValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public static function getInvalidValues()
120120
// Unknown filter error
121121
['Hello {{ name|unknown_filter }}', 'Unknown "unknown_filter" filter at line 1.', 1],
122122
// Invalid variable syntax
123-
['Hello {{ .name }}', 'Unexpected token "punctuation" of value "." at line 1.', 1],
123+
['Hello {{ .name }}', 'Unexpected token "operator" of value "." at line 1.', 1],
124124
];
125125
}
126126
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy