|
8 | 8 | " close the file that was just tested and its tab, and forget about it
|
9 | 9 | bdelete
|
10 | 10 |
|
11 |
| -Execute (Coursera-The_Hardware-Software_Interface-lab1-bits.c): |
| 11 | +Execute (Coursera-The_Hardware-Software_Interface-lab1-bits.c: expandtab): |
12 | 12 | tabnew tests/fixtures/Coursera-The_Hardware-Software_Interface-lab1-bits.c
|
13 | 13 | DetectIndent
|
14 | 14 | AssertEqual 1, &expandtab
|
| 15 | +Execute (TODO: Coursera-The_Hardware-Software_Interface-lab1-bits.c: shiftwidth): |
| 16 | + tabnew tests/fixtures/Coursera-The_Hardware-Software_Interface-lab1-bits.c |
| 17 | + DetectIndent |
15 | 18 | AssertEqual 2, shiftwidth()
|
16 | 19 |
|
17 |
| -Execute (FountainMusic-FMDisplayItem.c): |
| 20 | +Execute (FountainMusic-FMDisplayItem.c: expandtab): |
18 | 21 | tabnew tests/fixtures/FountainMusic-FMDisplayItem.c
|
19 | 22 | DetectIndent
|
20 | 23 | AssertEqual 0, &expandtab
|
| 24 | +Execute (TODO: FountainMusic-FMDisplayItem.c: shiftwidth): |
| 25 | + tabnew tests/fixtures/FountainMusic-FMDisplayItem.c |
| 26 | + DetectIndent |
21 | 27 | AssertEqual 8, shiftwidth()
|
22 | 28 |
|
23 | 29 | Execute (FountainMusic-FMDisplayItem.h):
|
@@ -68,20 +74,29 @@ Execute (parslet-scope.rb):
|
68 | 74 | AssertEqual 1, &expandtab
|
69 | 75 | AssertEqual 2, shiftwidth()
|
70 | 76 |
|
71 |
| -Execute (semver.md – no indentation at all): |
| 77 | +Execute (TODO: semver.md – no indentation at all: expandtab): |
72 | 78 | tabnew tests/fixtures/semver.md
|
73 | 79 | DetectIndent
|
74 | 80 | AssertEqual 0, &expandtab
|
| 81 | +Execute (TODO: semver.md – no indentation at all: shiftwidth): |
| 82 | + tabnew tests/fixtures/semver.md |
| 83 | + DetectIndent |
75 | 84 | AssertEqual 8, shiftwidth()
|
76 | 85 |
|
77 |
| -Execute (starbuzz_beverage_cost_calculator-core.clj): |
| 86 | +Execute (starbuzz_beverage_cost_calculator-core.clj: expandtab): |
78 | 87 | tabnew tests/fixtures/starbuzz_beverage_cost_calculator-core.clj
|
79 | 88 | DetectIndent
|
80 | 89 | AssertEqual 1, &expandtab
|
| 90 | +Execute (TODO: starbuzz_beverage_cost_calculator-core.clj: shiftwidth): |
| 91 | + tabnew tests/fixtures/starbuzz_beverage_cost_calculator-core.clj |
| 92 | + DetectIndent |
81 | 93 | AssertEqual 2, shiftwidth()
|
82 | 94 |
|
83 |
| -Execute (vared.fish): |
| 95 | +Execute (vared.fish: expandtab): |
84 | 96 | tabnew tests/fixtures/vared.fish
|
85 | 97 | DetectIndent
|
86 | 98 | AssertEqual 0, &expandtab
|
| 99 | +Execute (TODO: vared.fish: shiftwidth): |
| 100 | + tabnew tests/fixtures/vared.fish |
| 101 | + DetectIndent |
87 | 102 | AssertEqual 8, shiftwidth()
|
0 commit comments