1 This test checks text editor indent autodetection functionality
3 --------------TEST 1--------------
7 --------------TEST 2--------------
9 --------------TEST 3--------------
11 * This is a header comment that spans
32 --------------TEST 4--------------
42 for(var i = 0; i < 100; ++i) {
55 --------------TEST 5--------------
63 --------------TEST 6--------------
68 --------------TEST 7-------------- (empty content)
69 --------------TEST 8--------------
98 Autodetected indentation for test1: 8 spaces
101 Autodetected indentation for test2: 4 spaces
104 Autodetected indentation for test3: 2 spaces
107 Autodetected indentation for test4: 4 spaces
110 Autodetected indentation for test5: 2 spaces
113 Autodetected indentation for test6: Tab
116 Autodetected indentation for test7: 4 spaces
119 Autodetected indentation for test8: 2 spaces