view src/testdir/test24.in @ 9:4102fb4ea781 v7.0002

updated for version 7.0002
author vimboss
date Sun, 20 Jun 2004 12:51:53 +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