Revision 0054c778
Von Sven Schöling vor fast 9 Jahren hinzugefügt
t/006spellcheck.t | ||
---|---|---|
41 | 41 |
fomr |
42 | 42 |
invoce |
43 | 43 |
paramater |
44 |
pirce |
|
44 | 45 |
postition |
46 |
primt |
|
45 | 47 |
puchase |
46 | 48 |
puhs |
47 | 49 |
sekf |
48 | 50 |
sucess |
49 | 51 |
varsion |
50 |
pirce |
|
51 | 52 |
wether |
52 | 53 |
); |
53 | 54 |
|
54 |
$testcount = scalar(@Support::Files::testitems);
|
|
55 |
$testcount = scalar(@Support::Files::files);
|
|
55 | 56 |
} |
56 | 57 |
|
57 | 58 |
use Test::More tests => $testcount; |
... | ... | |
70 | 71 |
} |
71 | 72 |
} |
72 | 73 |
|
73 |
my @testitems = @Support::Files::testitems;
|
|
74 |
my @testitems = @Support::Files::files;
|
|
74 | 75 |
|
75 | 76 |
# at last, here we actually run the test... |
76 | 77 |
my $evilwordsregexp = join('|', @evilwords); |
Auch abrufbar als: Unified diff
tests: Spellcheck auf allen Dateien machen