Commit 8831ab3
authored
Tests: ensuring output containing slashes is normalized to forward slashes
For windows, tests will fail since the output contains `$CWD\path`
rather than `$CWD/path`.
We can just replace all backslashes for now and make Windows happy.
If we ever need to assert something contains a backslash, do a more
complex solution here.1 parent 85fa57d commit 8831ab3
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
| |||
0 commit comments