1 LIST="one two three four five six"
2 LIST:ts,="one,two,three,four,five,six"
3 LIST:ts/:tu="ONE/TWO/THREE/FOUR/FIVE/SIX"
4 LIST:ts::tu="ONE:TWO:THREE:FOUR:FIVE:SIX"
5 LIST:ts:tu="ONETWOTHREEFOURFIVESIX"
6 LIST:tu:ts/="ONE/TWO/THREE/FOUR/FIVE/SIX"
7 LIST:ts:="one:two:three:four:five:six"
8 LIST:ts="onetwothreefourfivesix"
9 LIST:ts:S/two/2/="one2threefourfivesix"
10 LIST:S/two/2/:ts="one2threefourfivesix"
11 LIST:ts/:S/two/2/="one/2/three/four/five/six"
12 Pretend the '/' in '/n' etc. below are back-slashes.
19 LIST:ts/t="one two three four five six"
26 make: Bad modifier `:tx' for LIST
28 make: Bad modifier `:ts\x' for LIST
31 FU_mod-ts:ts:T="cool" == cool?
32 B.${AAA:ts}="Baaa" == Baaa?