projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0144a0
)
Tabs sind mittlerweilee selten genug dass man sie forcieren kann.
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 10:38:10 +0000
(12:38 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 14 Sep 2011 10:38:10 +0000
(12:38 +0200)
t/005no_tabs.t
patch
|
blob
|
history
diff --git
a/t/005no_tabs.t
b/t/005no_tabs.t
index
d89ee00
..
cfc3574
100644
(file)
--- a/
t/005no_tabs.t
+++ b/
t/005no_tabs.t
@@
-47,9
+47,9
@@
foreach my $file (@testitems) {
if (grep /\t/, <FILE>) {
ok(0, "$file contains tabs --WARNING");
} else {
- TODO: { local $TODO = q(Tabfreeness is not enforced at the moment.);
+
#
TODO: { local $TODO = q(Tabfreeness is not enforced at the moment.);
ok(1, "$file has no tabs");
- }
+
#
}
}
close (FILE);
}