01 This is another testfile for TestOvcFileViewer.                                                                                                                                                                                                           x
02 It has been created to test getting lines from the internal buffer in case lines extend over                                                                                                                                                              x
03 several internal 4096-bytes pages.                                                                                                                                                                                                                        x
04                                                                                                                                                                                                                                                           x
05 As the viewer can only handle ansi-files, this file must not be saved as UTF-8.                                                                                                                                                                           x
06 Do not change this file unless you modify the tests in TestOvcFileViewer accordingly.                                                                                                                                                                     x
07                                                                                                                                                                                                                                                           x
08 The first 15 line are 254 characters long (=256 incl. #13#10)                                                                                                                                                                                             x
09 Line 16 is 255 characters long, so the final #13 is still on the first 4096-bytes page, while                                                                                                                                                             x
10 the following #10 is on the next page.                                                                                                                                                                                                                    x
11                                                                                                                                                                                                                                                           x
12 Length of line 1-15 is 254 characters; line 16 is 255 characters long so we have a CR at the end of the page:                                                                                                                                             x
13       0         0         0         0         0         0         0         0         0         1         1         1         1         1         1         1         1         1         1         2         2         2         2         2         2   x
14       1         2         3         4         5         6         7         8         9         0         1         2         3         4         5         6         7         8         9         0         1         2         3         4         5   x
15 45678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234
16 ...255 characters here...                                                                                                                                                                                                                                  x
17 Lines 17-31 are 254 characters long and line 32 is 270 characters long: so line 32 extends                                                                                                                                                                x
18 over page 1 and 2.                                                                                                                                                                                                                                        x
19                                                                                                                                                                                                                                                           x
20                                                                                                                                                                                                                                                           x
21                                                                                                                                                                                                                                                           x
22                                                                                                                                                                                                                                                           x
23                                                                                                                                                                                                                                                           x
24                                                                                                                                                                                                                                                           x
25                                                                                                                                                                                                                                                           x
26                                                                                                                                                                                                                                                           x
27                                                                                                                                                                                                                                                           x
28                                                                                                                                                                                                                                                           x
29                                                                                                                                                                                                                                                           x
30                                                                                                                                                                                                                                                           x
31                                                                                                                                                                                                                                                           x
32                                                                                                                                                                                                                                                           45678901234567890
33 The last line is not finished by #13#10