7a2f02b40d
The successful cases can be easily tested in the .if conditions. Around these conditions, there is enough space for explaining the test cases and their purpose. The failure cases have been left in the file for now since they still produce unwanted characters in the output. These characters are not produced when the parse error occurs in a conditional.
15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
make: Bad modifier `:tx' for LIST
|
|
LIST:tx="}"
|
|
make: Bad modifier `:ts\X' for LIST
|
|
LIST:ts/x:tu="\X:tu}"
|
|
FU_mod-ts="a/b/cool"
|
|
FU_mod-ts:ts:T="cool" == cool?
|
|
B.${AAA:ts}="Baaa" == Baaa?
|
|
:ts :S => aaxBbxaaxbbxaaxbb
|
|
:ts :S space => axa a axc
|
|
:ts :S space :M => axaxaxaxc
|
|
:ts :S => axa a axc
|
|
:ts :S :@ => axa a axc
|
|
:ts :S :@ :M => axaxaxaxc
|
|
exit status 0
|