Commit 52839be
committed
minor #52959 [String] Skip a test when an issue is detected in PCRE2 (alexandre-daubois)
This PR was merged into the 5.4 branch.
Discussion
----------
[String] Skip a test when an issue is detected in PCRE2
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Part of #52206
| License | MIT
I propose to ignore this test when [this issue of PCRE2](PCRE2Project/pcre2#361) is detected until it's resolved and the polyfill updated.
Commits
-------
bf66274 [String] Skip a test when an issue is detected in PCRE2File tree
1 file changed
+9
-2
lines changed- src/Symfony/Component/String/Tests
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
105 | 112 | | |
106 | 113 | | |
107 | 114 | | |
| |||
0 commit comments