blob: 2d294cae09ad40ab3e79e8be92434202c058b0e0 [file] [log] [blame]
Bram Moolenaarb96a32e2020-08-13 18:59:55 +02001Test for writing and reading a file of over 100 Kbyte
2
31 line: "This is the start"
43001 lines: "This is the leader"
51 line: "This is the middle"
63001 lines: "This is the trailer"
71 line: "This is the end"
8
9STARTTEST
10:%d
11aThis is the start
12This is the leader
13This is the middle
14This is the trailer
15This is the endkY3000p2GY3000p
16:w! Xtest
17:%d
18:e! Xtest
19:.w! test.out
203003G:.w >>test.out
216005G:.w >>test.out
22:qa!
23ENDTEST
24