comparison src/testdir/test24.in @ 7:3fc0f57ecb91 v7.0001

updated for version 7.0001
author vimboss
date Sun, 13 Jun 2004 20:20:40 +0000
parents
children 8ff7fd162d3c
comparison
equal deleted inserted replaced
6:c2daee826b8f 7:3fc0f57ecb91
1 Tests for regexp with backslash and other special characters inside []
2
3 STARTTEST
4 :set nocompatible viminfo+=nviminfo
5 /[\x]
6 x/[\t\]]
7 x/[]y]
8 x/[\]]
9 x/[y^]
10 x/[$y]
11 x:?start?,$w! test.out
12 :qa!
13 ENDTEST
14
15 start
16 test \text test text
17 test text test text
18 test text ]test text
19 test ]text test text
20 test text te^st text
21 test te$xt test text