Commit 3cc81f3
authored
Always use line feed for newlines in acceptance tests (#2865)
## Why
Based on feedback in
#2720 (comment). We
should always treat new lines in acceptance tests in windows as `\n`.
This is important because the characters itself can be semantically
important in tests. For example, an additional `\r` character in windows
changes the upload payload if you are uploading the file's content to a
workspace.
## Tests
Existing workspace-io test should no longer need a custom override for
windows.1 parent e1c15fb commit 3cc81f3
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
0 commit comments