summaryrefslogtreecommitdiff
path: root/usr.bin/make/unit-tests/modts.exp
blob: 18837016add42cc969a1052f371ebdfd4663f8b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
make: Bad modifier ":tx" for variable "LIST"
LIST:tx="}"
make: Bad modifier ":ts\X" for variable "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