aboutsummaryrefslogtreecommitdiff
path: root/tests/variable
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-06-08 12:47:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-06-08 15:43:08 +0200
commit5900f155a4a0da88cfd56bedccef0c74cc19c9f7 (patch)
tree80312123e3a61a1315d549f2e692391631183eed /tests/variable
parent0baeb5209d3a111a53070c032d7cdb1e609e3516 (diff)
Get rid of special *{} wildcard target type notation in target type/patterns
Explicit target{} should be used instead. Also, in this context, absent target type is now treated as file{} rather than target{}, for consistency with all other cases.
Diffstat (limited to 'tests/variable')
-rw-r--r--tests/variable/target-type-pattern-specific/testscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variable/target-type-pattern-specific/testscript b/tests/variable/target-type-pattern-specific/testscript
index 9962342..016380b 100644
--- a/tests/variable/target-type-pattern-specific/testscript
+++ b/tests/variable/target-type-pattern-specific/testscript
@@ -58,7 +58,7 @@ print $(file{x-foz}: x)
*: x1 = X1
{*}: x2 = X2
-*{*}: x3 = X3
+target{*}: x3 = X3
print $(file{x}: x1)
print $(file{x}: x2)
print $(file{x}: x3)