summaryrefslogtreecommitdiff
path: root/src/testdir/test64.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testdir/test64.in')
-rw-r--r--src/testdir/test64.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/testdir/test64.in b/src/testdir/test64.in
index 192d4567..0c551731 100644
--- a/src/testdir/test64.in
+++ b/src/testdir/test64.in
@@ -344,8 +344,12 @@ STARTTEST
:call add(tl, [0, '\(<<\)\@1<=span.', 'xxspanxxxx<spanxx<<spanyyy'])
:call add(tl, [0, '\(<<\)\@2<=span.', 'xxspanxxxx<spanxx<<spanyyy', 'spany', '<<'])
:"
-:"""" Run the tests
+:"""" "\_" prepended negated collection matches EOL
+:call add(tl, [2, '\_[^8-9]\+', "asfi\n9888", "asfi\n"])
+:call add(tl, [2, '\_[^a]\+', "asfi\n9888", "sfi\n9888"])
+:"
:"
+:"""" Run the tests
:"
:for t in tl
: let re = t[0]