Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0054c778

Von Sven Schöling vor fast 9 Jahren hinzugefügt

  • ID 0054c7782e6fdeb4d646fce96810e7a6731383f2
  • Vorgänger 911031a3
  • Nachfolger 34604053

tests: Spellcheck auf allen Dateien machen

Unterschiede anzeigen:

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