summaryrefslogtreecommitdiffstats
path: root/src/testdir/test64.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-01 14:42:56 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-01 14:42:56 +0200
commit3737fc1c30a559c82c57b5ce6aedae76cbeabaef (patch)
tree12e19809de1b04e1255b82b7b8d635da4e09fbab /src/testdir/test64.ok
parent75d7a069206e8f3805d30f4df4655cb18d022fa4 (diff)
updated for version 7.3.1087v7.3.1087
Problem: A leading star is not seen as a normal char when \{} follows. Solution: Save and restore the parse state properly.
Diffstat (limited to 'src/testdir/test64.ok')
-rw-r--r--src/testdir/test64.ok9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/testdir/test64.ok b/src/testdir/test64.ok
index fdd55da385..b014a16cb9 100644
--- a/src/testdir/test64.ok
+++ b/src/testdir/test64.ok
@@ -407,6 +407,15 @@ OK 2 - a\{,5}
OK 0 - a\{,5}
OK 1 - a\{,5}
OK 2 - a\{,5}
+OK 0 - ^*\{4,}$
+OK 1 - ^*\{4,}$
+OK 2 - ^*\{4,}$
+OK 0 - ^*\{4,}$
+OK 1 - ^*\{4,}$
+OK 2 - ^*\{4,}$
+OK 0 - ^*\{4,}$
+OK 1 - ^*\{4,}$
+OK 2 - ^*\{4,}$
OK 0 - a\{}
OK 1 - a\{}
OK 2 - a\{}