view src/testdir/test24.in @ 11:4424b47a0797

updated for version 7.0003
author vimboss
date Wed, 30 Jun 2004 16:16:41 +0000
parents 3fc0f57ecb91
children 8ff7fd162d3c
line wrap: on
line source

Tests for regexp with backslash and other special characters inside []

STARTTEST
:set nocompatible viminfo+=nviminfo
/[\x]
x/[\t\]]
x/[]y]
x/[\]]
x/[y^]
x/[$y]
x:?start?,$w! test.out
:qa!
ENDTEST

start
test \text test text
test 	text test text
test text ]test text
test ]text test text
test text te^st text
test te$xt test text