modts.exp revision 292068
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"
26make: Bad modifier `:tx' for LIST
27LIST:tx="}"
28make: Bad modifier `:ts\x' for LIST
29LIST:ts/x:tu="\x:tu}"
30FU_mod-ts="a/b/cool"
31FU_mod-ts:ts:T="cool" == cool?
32B.${AAA:ts}="Baaa" == Baaa?
33exit status 0
34