blob: 5db79fc965867d21c8a5c917affedb9cacc46cd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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
|