Subversion Repositories wimsdev

Rev

Rev 9148 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8819 bpr 1
test1=!replace internal xx by 2 in xxyyxx
2
test2=!replace xx by 2 in xxyyxx
3
test3=!replace item xx by 3 in xx,yy,zz
4
test4=!replace item number 2 by 3 in xx,yy,zz
5
test5=!replace line number 2 by 3 in xx\
6
yy\
7
zz
8
test6=!replace word number 2 by 3 in xx yy zz
9
test7=!replace char number 3 by 3 in xx yy zz
9148 bpr 10
 
10181 bpr 11
vartest=$test1\
9148 bpr 12
$test2\
13
$test3\
14
$test4\
15
$test5\
16
$test6\
17
$test7