Revision f6e8c87b
Von Sven Schöling vor fast 15 Jahren hinzugefügt
t/005no_tabs.t | ||
---|---|---|
47 | 47 |
if (grep /\t/, <FILE>) { |
48 | 48 |
ok(0, "$file contains tabs --WARNING"); |
49 | 49 |
} else { |
50 |
TODO: { local $TODO = q(Tabfreeness is not enforced at the moment.); |
|
50 | 51 |
ok(1, "$file has no tabs"); |
52 |
} |
|
51 | 53 |
} |
52 | 54 |
close (FILE); |
53 | 55 |
} |
Auch abrufbar als: Unified diff
TODOs etwas feiner granuliert.