aboutsummaryrefslogtreecommitdiff
path: root/test/functional/spell
Commit message (Collapse)AuthorAge
* test: cleanupJustin M. Keyes2019-05-05
| | | | | Avoid hyper-granularity. Don't need subdirectories for every little thing.
* test/rmdir(): Remove `readonly` attr on Windows.Justin M. Keyes2017-04-10
|
* coverity/13689: Check file header with memcmpZyX2017-04-09
| | | | Not that it is actually useful (would fail in any case), but should fix coverity report.
* coverity/13688: Check for NUL bytes in salfromZyX2017-04-09
|
* coverity/13687: Do not allow NUL byte in region namesZyX2017-04-09
|
* spellfile: Use old errorZyX2017-04-09
| | | This makes first test not actually show any change in behaviour.
* coverity/13686: Do not allow NUL byte in precondition regexZyX2017-04-09
Before this commit it emitted e_spell_trunc in the first case and treated file as completely valid on the second. While first is fine (both errors are actually valid, though old error is probably better), second results in incorrect regex used.