blob: 018171b6199bf59c25e44ebc9dfe7ccadc304c91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
" A series of tests that can run in one MNV invocation.
" This makes testing go faster, since MNV doesn't need to restart.
" These tests use utf8 'encoding'. Setting 'encoding' is already done in
" runtest.mnv.
source test_charsearch_utf8.mnv
source test_expr_utf8.mnv
source test_mksession_utf8.mnv
source test_regexp_utf8.mnv
source test_source_utf8.mnv
source test_startup_utf8.mnv
source test_utf8.mnv
source test_utf8_comparisons.mnv
|