forked from aniani/vim
Problem: Equivalence classes are not properly tested. Solution: Add tests for multi-byte and latin1. Fix an error. (Owen Leibman)
8 lines
280 B
VimL
8 lines
280 B
VimL
" A series of tests that can run in one Vim invocation.
|
|
" This makes testing go faster, since Vim doesn't need to restart.
|
|
|
|
" These tests use latin1 'encoding'. Setting 'encoding' is in the individual
|
|
" files, so that they can be run by themselves.
|
|
|
|
source test_regexp_latin.vim
|