modword.exp revision 281760
10Sdukemake: Bad modifier `:[]' for LIST
22933SakulyakhLIST:[]="" is an error
30SdukeLIST:[0]="one two three four five six"
40SdukeLIST:[0x0]="one two three four five six"
50SdukeLIST:[000]="one two three four five six"
60SdukeLIST:[*]="one two three four five six"
70SdukeLIST:[@]="one two three four five six"
80SdukeLIST:[0]:C/ /,/="one,two three four five six"
90SdukeLIST:[0]:C/ /,/g="one,two,three,four,five,six"
100SdukeLIST:[0]:C/ /,/1g="one,two,three,four,five,six"
110SdukeLIST:[*]:C/ /,/="one,two three four five six"
120SdukeLIST:[*]:C/ /,/g="one,two,three,four,five,six"
130SdukeLIST:[*]:C/ /,/1g="one,two,three,four,five,six"
140SdukeLIST:[@]:C/ /,/="one two three four five six"
150SdukeLIST:[@]:C/ /,/g="one two three four five six"
160SdukeLIST:[@]:C/ /,/1g="one two three four five six"
170SdukeLIST:[@]:[0]:C/ /,/="one,two three four five six"
180SdukeLIST:[0]:[@]:C/ /,/="one two three four five six"
19553SohairLIST:[@]:[*]:C/ /,/="one,two three four five six"
20553SohairLIST:[*]:[@]:C/ /,/="one two three four five six"
21553SohairEMPTY=""
220SdukeEMPTY:[#]="1" == 1 ?
230SdukeESCAPEDSPACE="\ "
240SdukeESCAPEDSPACE:[#]="1" == 1 ?
250SdukeREALLYSPACE=" "
260SdukeREALLYSPACE:[#]="1" == 1 ?
270SdukeLIST:[#]="6"
282933SakulyakhLIST:[0]:[#]="1" == 1 ?
290SdukeLIST:[*]:[#]="1" == 1 ?
300SdukeLIST:[@]:[#]="6"
310SdukeLIST:[1]:[#]="1"
320SdukeLIST:[1..3]:[#]="3"
330SdukeEMPTY:[1]=""
340SdukeESCAPEDSPACE="\ "
350SdukeESCAPEDSPACE:[1]="\ "
360SdukeREALLYSPACE=" "
370SdukeREALLYSPACE:[1]="" == "" ?
380SdukeREALLYSPACE:[*]:[1]=" " == " " ?
390SdukeLIST:[1]="one"
400Sdukemake: Bad modifier `:[1.]' for LIST
410SdukeLIST:[1.]="" is an error
420Sdukemake: Bad modifier `:[1].' for LIST
430SdukeLIST:[1].="}" is an error
440SdukeLIST:[2]="two"
450SdukeLIST:[6]="six"
460SdukeLIST:[7]=""
470SdukeLIST:[999]=""
480Sdukemake: Bad modifier `:[-]' for LIST
490SdukeLIST:[-]="" is an error
500Sdukemake: Bad modifier `:[--]' for LIST
510SdukeLIST:[--]="" is an error
520SdukeLIST:[-1]="six"
530SdukeLIST:[-2]="five"
540SdukeLIST:[-6]="one"
550SdukeLIST:[-7]=""
560SdukeLIST:[-999]=""
570SdukeLONGLIST:[17]="17"
580SdukeLONGLIST:[0x11]="17"
590SdukeLONGLIST:[021]="17"
600SdukeLIST:[0]:[1]="one two three four five six"
610SdukeLIST:[*]:[1]="one two three four five six"
620SdukeLIST:[@]:[1]="one"
630SdukeLIST:[0]:[2]=""
640SdukeLIST:[*]:[2]=""
650SdukeLIST:[@]:[2]="two"
660SdukeLIST:[*]:C/ /,/:[2]=""
670SdukeLIST:[*]:C/ /,/:[*]:[2]=""
680SdukeLIST:[*]:C/ /,/:[@]:[2]="three"
690Sdukemake: Bad modifier `:[1.]' for LIST
700SdukeLIST:[1.]="" is an error
710Sdukemake: Bad modifier `:[1..]' for LIST
720SdukeLIST:[1..]="" is an error
730SdukeLIST:[1..1]="one"
740Sdukemake: Bad modifier `:[1..1.]' for LIST
750SdukeLIST:[1..1.]="" is an error
760SdukeLIST:[1..2]="one two"
770SdukeLIST:[2..1]="two one"
780SdukeLIST:[3..-2]="three four five"
790SdukeLIST:[-4..4]="three four"
800Sdukemake: Bad modifier `:[0..1]' for LIST
810SdukeLIST:[0..1]="" is an error
820Sdukemake: Bad modifier `:[-1..0]' for LIST
830SdukeLIST:[-1..0]="" is an error
840SdukeLIST:[-1..1]="six five four three two one"
850SdukeLIST:[0..0]="one two three four five six"
860SdukeLIST:[3..99]="three four five six"
870SdukeLIST:[-3..-99]="four three two one"
880SdukeLIST:[-99..-3]="one two three four"
890SdukeHASH="#" == "#" ?
900SdukeLIST:[${HASH}]="6"
910SdukeLIST:[${ZERO}]="one two three four five six"
920SdukeLIST:[${ZERO}x${ONE}]="one"
930SdukeLIST:[${ONE}]="one"
940SdukeLIST:[${MINUSONE}]="six"
950SdukeLIST:[${STAR}]="one two three four five six"
960SdukeLIST:[${AT}]="one two three four five six"
970Sdukemake: Bad modifier `:[${EMPTY' for LIST
980SdukeLIST:[${EMPTY}]="" is an error
990SdukeLIST:[${LONGLIST:[21]:S/2//}]="one"
1000SdukeLIST:[${LIST:[#]}]="six"
1010SdukeLIST:[${LIST:[${HASH}]}]="six"
1020SdukeLIST:S/ /,/="one two three four five six"
1030SdukeLIST:S/ /,/W="one,two three four five six"
1040SdukeLIST:S/ /,/gW="one,two,three,four,five,six"
1050SdukeEMPTY:S/^/,/=","
1060SdukeEMPTY:S/^/,/W=","
1070SdukeLIST:C/ /,/="one two three four five six"
1080SdukeLIST:C/ /,/W="one,two three four five six"
1090SdukeLIST:C/ /,/gW="one,two,three,four,five,six"
1100SdukeEMPTY:C/^/,/=","
1110SdukeEMPTY:C/^/,/W=","
1120SdukeLIST:tW="one two three four five six"
1130SdukeLIST:tw="one two three four five six"
1140SdukeLIST:tW:C/ /,/="one,two three four five six"
1150SdukeLIST:tW:C/ /,/g="one,two,three,four,five,six"
1160SdukeLIST:tW:C/ /,/1g="one,two,three,four,five,six"
1170SdukeLIST:tw:C/ /,/="one two three four five six"
1180SdukeLIST:tw:C/ /,/g="one two three four five six"
1190SdukeLIST:tw:C/ /,/1g="one two three four five six"
1200SdukeLIST:tw:tW:C/ /,/="one,two three four five six"
1210SdukeLIST:tW:tw:C/ /,/="one two three four five six"
1220Sdukeexit status 0
1230Sduke