Commit a5a3db9
committed
Do not add newline to test body Lines
This is needed to test edge cases like a body missing the final newline,
for example:
[
"a\r\n",
"b\r"
]
And it is clearer than to add implicit newline to each line except the
final line.1 parent 64d43d4 commit a5a3db9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments