Commit e34ce43
Initially strip only newlines from matched lines
Previously all whitespace was stripped, which caused regex patterns that
explicitly checked for whitespace at the end of the line to incorrectly fail.1 parent 01cc887 commit e34ce43
File tree
4 files changed
+4
-1
lines changed- filecheck
- tests/integration/tests/check_commands/CHECK/one_string/positive-match/07-positive-regex-match-trailing-space
4 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
| 600 | + | |
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments