Commit c0af3ac
test: use portable EOL
The test wanted to cut huge string into 1KB strings,
for which a new line character was inserted at appropriate
places. The value is different in Windows (10, 13).
Make it portable, by making use of os.EOL semantics
Refs: #25988
PR-URL: #32104
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>1 parent e83dcde commit c0af3acCopy full SHA for c0af3ac
File tree
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+5
-3
lines changedOpen diff view settings
Collapse file
test/parallel/test-child-process-pipe-dataflow.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-pipe-dataflow.js+5-3Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
| ||
25 | 26 | |
26 | 27 | |
27 | 28 | |
28 | | - |
29 | | - |
| 29 | + |
| 30 | + |
30 | 31 | |
31 | 32 | |
32 | 33 | |
| ||
61 | 62 | |
62 | 63 | |
63 | 64 | |
64 | | - |
| 65 | + |
| 66 | + |
65 | 67 | |
66 | 68 | |
0 commit comments