diff options
author | travis%sedsystems.ca <> | 2005-02-03 00:06:50 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-03 00:06:50 +0000 |
commit | 69ae89c97d42f05d856f267a072832b597745285 (patch) | |
tree | 0c7e86399d263994a9d98e2ebf42e9e484def7ff /t | |
parent | Bug 272456 : Default text color not set (diff) | |
download | bugzilla-69ae89c97d42f05d856f267a072832b597745285.tar.gz bugzilla-69ae89c97d42f05d856f267a072832b597745285.tar.bz2 bugzilla-69ae89c97d42f05d856f267a072832b597745285.zip |
Bug 147151 : Expand the list of words 006spellcheck.t looks for; fix the places where they are wrong.
Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
Diffstat (limited to 't')
-rw-r--r-- | t/006spellcheck.t | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/t/006spellcheck.t b/t/006spellcheck.t index 232ffb237..0110aa188 100644 --- a/t/006spellcheck.t +++ b/t/006spellcheck.t @@ -30,11 +30,14 @@ use Support::Files; BEGIN { # yes the indenting is off, deal with it #add the words to check here: @evilwords = qw( -databasa +anyways arbitary -paramater +databasa +dependan existance existant +paramater +varsion ); $testcount = scalar(@Support::Files::testitems); |