summaryrefslogtreecommitdiff
path: root/src/testdir/test_alot_utf8.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-03 14:02:02 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-03 14:02:02 +0200
commit22e421549d54147d003f6444de007cb1d73f1d27 (patch)
tree901cec6c4b1a2e78966da581eac144063f234ad7 /src/testdir/test_alot_utf8.vim
parent71fb0c146bef08dc276fc5793bd47366e6e0f32a (diff)
downloadvim-git-22e421549d54147d003f6444de007cb1d73f1d27.tar.gz
patch 7.4.1700v7.4.1700
Problem: Equivalence classes are not properly tested. Solution: Add tests for multi-byte and latin1. Fix an error. (Owen Leibman)
Diffstat (limited to 'src/testdir/test_alot_utf8.vim')
-rw-r--r--src/testdir/test_alot_utf8.vim7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/testdir/test_alot_utf8.vim b/src/testdir/test_alot_utf8.vim
new file mode 100644
index 000000000..20d919c32
--- /dev/null
+++ b/src/testdir/test_alot_utf8.vim
@@ -0,0 +1,7 @@
+" 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 utf8 'encoding'. Setting 'encoding' is in the individual
+" files, so that they can be run by themselves.
+
+source test_regexp_utf8.vim