Subversion Repositories wimsdev

Rev

Rev 8819 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
8819 bpr 1
text1=cinq essais fin
2
text2=deux essais fin
3
 
4
test1=!text common $text1 and $text2
5
test2=!text common $text1 and $text2 mask 01
6
test3=!text compare $text1 and $text2 mask 01
7
test3=!text compare $text2 and $text3 suite mask 01
8
test4=!text copy $text1 mask 01
9
test5=!text count e,a in $text1
10
test6=!text count e,a in $text1 mask 10
11
test7=!text diff $text1 from $text2
12
test8=!text diff $text2 from $text1
13
test9=!text expand $text2 using 10
14
test10=!text expand $text2 using 011
15
test11=!text insert $text2 into $text1 mask 0001
16
test12=!text mark e,a in $text1
17
test13=!text max $text1 and $text2
18
test14=!text min $text1 and $text2
19
 
9148 bpr 20
 
21
test=$test1\
22
$test2\
23
$test3\
24
$test4\
25
$test5\
26
$test6\
27
$test7\
28
$test8\
29
$test9\
30
$test10\
31
$test11\
32
$test12\
33
$test13\
34
$test14