summaryrefslogtreecommitdiffstats
path: root/src/testdir/test64.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-17 22:04:38 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-17 22:04:38 +0200
commita0c85c7ae1be04bcf5850fc88e5e42ab96b518a2 (patch)
treec063e9180d067b370ef0a0308ae3738b96456472 /src/testdir/test64.in
parent555d2a83402a4dd21f0b353c757b3cde4a4e47de (diff)
updated for version 7.3.1219v7.3.1219
Problem: No test for using []] inside \%[]. Solution: Add a test.
Diffstat (limited to 'src/testdir/test64.in')
-rw-r--r--src/testdir/test64.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test64.in b/src/testdir/test64.in
index 061f1f1e7d..7c141797db 100644
--- a/src/testdir/test64.in
+++ b/src/testdir/test64.in
@@ -367,6 +367,7 @@ STARTTEST
:call add(tl, [2, '\%[bar]x', 'bxx', 'bx'])
:call add(tl, [2, '\%[bar]x', 'xxx', 'x'])
:call add(tl, [2, 'b\%[[ao]r]', 'bar bor', 'bar'])
+:call add(tl, [2, 'b\%[[]]r]', 'b]r bor', 'b]r'])
:"
:"""" Alternatives, must use first longest match
:call add(tl, [2, 'goo\|go', 'google', 'goo'])