diff options
| author | Nuno Lopes <nlopess@php.net> | 2006-07-14 16:14:05 +0000 |
|---|---|---|
| committer | Nuno Lopes <nlopess@php.net> | 2006-07-14 16:14:05 +0000 |
| commit | 3876158e8ffc048aff6a0e062a6aea1b0c655df6 (patch) | |
| tree | 7d4255f0f7486875a8b95fbe43d549633ad42d71 /ext/pspell | |
| parent | 19a9052d6e46d281d7ee0a125fa0ca7431ab919a (diff) | |
| download | php-git-3876158e8ffc048aff6a0e062a6aea1b0c655df6.tar.gz | |
fix test with some aspell versions
Diffstat (limited to 'ext/pspell')
| -rw-r--r-- | ext/pspell/tests/003.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pspell/tests/003.phpt b/ext/pspell/tests/003.phpt index 46d11fcc98..33aa2dac6d 100644 --- a/ext/pspell/tests/003.phpt +++ b/ext/pspell/tests/003.phpt @@ -29,7 +29,7 @@ var_dump(pspell_config_ignore($cfg, PHP_INT_MAX)); --EXPECTF-- bool(false) -Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is not known. This could also mean that the file "%s/b0rked.%s" could not be opened for reading or does not exist. in %s003.php on line 9 +Warning: pspell_new_config(): PSPELL couldn't open the dictionary. reason: The encoding "b0rked" is not known.%sThis could also mean that the file "%sb0rked.%s" could not be opened for reading or does not exist. in %s003.php on line 9 Warning: pspell_check(): 0 is not a PSPELL result index in %s003.php on line 10 bool(false) |
