1 This is a test. 2 This line has tabs. Some more tabs. 3 2345678901234567890123456789012345678901234567890123456789 Column numbers. 4 Thislinehascontrolcharacters. 5 This line has an embedded CR. 6 And here's a DEL:  And a poo emoji: 💩 8 Line 7 was blank. 9 This is a long line. It's very long. So long. Long liney boi. Long line is long. So let's see if it gets wrapped correctly. 10 This1 line2 has3 numbered4 words5. 12 Line 11 was blank too. 13 Some repeating letters: aaaaaaaaaa bbbbbbbbbb cccccccccc aaaaaaaaaa 14 Some C-ish code, to test paren/bracket/brace movement: 15 int main( int argc, char** argv ) 16 { 17 for ( i = 0; i < 10; ++i ) 18 { 19 if ( (int) ( ( a * 2 ) / 2 ) == a ) 20 a[i + 1] = a[i]; 21 s = "quoted paren: )"; 22 } 23 } 24 A123456789 B123456789 C123456789 D123456789 E123456789 F123456789 G123456789 25 supercalifragilisticexpialidocious 26 antidisestablishmentarianism 27 para-Dimethylaminobenzaldehyde 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100