summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/modts.exp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/unit-tests/modts.exp')
-rw-r--r--devel/bmake/files/unit-tests/modts.exp10
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/bmake/files/unit-tests/modts.exp b/devel/bmake/files/unit-tests/modts.exp
index cf3c91d43c0..338964963a8 100644
--- a/devel/bmake/files/unit-tests/modts.exp
+++ b/devel/bmake/files/unit-tests/modts.exp
@@ -23,10 +23,16 @@ THREE
FOUR
FIVE
SIX"
+LIST:ts/xa:tu="ONE
+TWO
+THREE
+FOUR
+FIVE
+SIX"
make: Bad modifier `:tx' for LIST
LIST:tx="}"
-make: Bad modifier `:ts\x' for LIST
-LIST:ts/x:tu="\x:tu}"
+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?