Commit d74e6dc
committed
Avoid std::regex::multiline in test (unsupported on MSVC)
Replace ^/$ anchors with \n matching to avoid std::regex::multiline,
which is not supported by MSVC's regex implementation.
Signed-off-by: Christian Parpart <christian@parpart.family>1 parent 76f368b commit d74e6dc
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments