- Notifications
You must be signed in to change notification settings - Fork5
Commite7293e3
committed
Work around an apparent bug in the Msys DTK perl's regex engine.
Several versions of the perl that comes with the Msys DTK have beenfound to have a bug that fails to recognize a ' before a multiline $ insome circumstances. To work around the problem, use a character classfor the '. Another solution would have been to use \n instead of $, butthat would have changed the test semantics very slightly.1 parent6a1e14c commite7293e3
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 |
| - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
157 | 159 |
| |
158 | 160 |
| |
159 | 161 |
| |
|
0 commit comments
Comments
(0)