Commit b3d02ce
committed
minor symfony#58573 [ExpressionLanguage] Cover multiline comments (alexandre-daubois)
This PR was merged into the 7.2 branch.
Discussion
----------
[ExpressionLanguage] Cover multiline comments
| Q | A
| ------------- | ---
| Branch? | 7.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Multiline comments case is currently not covered by tests. This PR adds this test case, also with some unicode in the comment.
Commits
-------
3a0ba4b [ExpressionLanguage] Cover multiline commentsFile tree
1 file changed
+26
-0
lines changed- src/Symfony/Component/ExpressionLanguage/Tests
1 file changed
+26
-0
lines changedLines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
38 | 64 | | |
39 | 65 | | |
40 | 66 | | |
| |||
0 commit comments