modts.exp revision 296637
1LIST="one two three four five six"
2LIST:ts,="one,two,three,four,five,six"
3LIST:ts/:tu="ONE/TWO/THREE/FOUR/FIVE/SIX"
4LIST:ts::tu="ONE:TWO:THREE:FOUR:FIVE:SIX"
5LIST:ts:tu="ONETWOTHREEFOURFIVESIX"
6LIST:tu:ts/="ONE/TWO/THREE/FOUR/FIVE/SIX"
7LIST:ts:="one:two:three:four:five:six"
8LIST:ts="onetwothreefourfivesix"
9LIST:ts:S/two/2/="one2threefourfivesix"
10LIST:S/two/2/:ts="one2threefourfivesix"
11LIST:ts/:S/two/2/="one/2/three/four/five/six"
12Pretend the '/' in '/n' etc. below are back-slashes.
13LIST:ts/n="one
14two
15three
16four
17five
18six"
19LIST:ts/t="one	two	three	four	five	six"
20LIST:ts/012:tu="ONE
21TWO
22THREE
23FOUR
24FIVE
25SIX"
26LIST:ts/xa:tu="ONE
27TWO
28THREE
29FOUR
30FIVE
31SIX"
32make: Bad modifier `:tx' for LIST
33LIST:tx="}"
34make: Bad modifier `:ts\X' for LIST
35LIST:ts/x:tu="\X:tu}"
36FU_mod-ts="a/b/cool"
37FU_mod-ts:ts:T="cool" == cool?
38B.${AAA:ts}="Baaa" == Baaa?
39exit status 0
40