Commit 42ae1d1
committed
minor symfony#58462 [ExpressionLanguage] Add missing test case for
This PR was merged into the 5.4 branch.
Discussion
----------
[ExpressionLanguage] Add missing test case for `Lexer`
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Adds a missing test case for `Lexer`. Unclosed brackets are already tested, but not closing bracket without abnormal opening one.
Commits
-------
4eb9157 [ExpressionLanguage] Add missing test case for `Lexer`Lexer (alexandre-daubois)File tree
1 file changed
+10
-0
lines changed- src/Symfony/Component/ExpressionLanguage/Tests
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
57 | 67 | | |
58 | 68 | | |
59 | 69 | | |
| |||
0 commit comments