File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,18 +298,18 @@ if system/platform = 'Windows [
298
298
--assert "a^M^/^/ " = to string! read write /binary %tmp "a^M^/^/ "
299
299
--assert "á^M^/^/ " = to string! read write /binary %tmp "á^M^/^/ "
300
300
either system/platform = 'Windows [
301
- ;; on Windows by default write converts LF to CRLF (if the input is string!)
301
+ ;; on Windows ` write` converts LF to CRLF by default (if the input is string!)
302
302
--assert #{ 0D0A } = read write %tmp next "a^/ "
303
303
--assert #{ 0D0A } = read write %tmp next "á^/ "
304
- ;; when there is already CRLF, if does not write it like CRCRLF!
304
+ ;; when there is already CRLF, it does not write it like CRCRLF!
305
305
--assert #{ 0D0A } = read write %tmp next "a^M^/ "
306
306
--assert #{ 0D0A } = read write %tmp next "á^M^/ "
307
307
--assert #{ 0D0D0A } = read write %tmp next "a^M^M^/ "
308
308
--assert #{ 0D0D0A } = read write %tmp next "á^M^M^/ "
309
309
--assert #{ 0D0A0D0A } = read write %tmp next "a^M^/^/ "
310
310
--assert #{ 0D0A0D0A } = read write %tmp next "á^M^/^/ "
311
311
][
312
- ;; on all other platforms it does no modifications !
312
+ ;; on all other platforms it doesn't modify !
313
313
--assert #{ 0A } = read write %tmp next "a^/ "
314
314
--assert #{ 0A } = read write %tmp next "á^/ "
315
315
--assert #{ 0D0A } = read write %tmp next "a^M^/ "
You can’t perform that action at this time.
0 commit comments