diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/variable/type-pattern/buildfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/variable/type-pattern/buildfile b/tests/variable/type-pattern/buildfile index 8c353a5..dd218ac 100644 --- a/tests/variable/type-pattern/buildfile +++ b/tests/variable/type-pattern/buildfile @@ -30,4 +30,10 @@ file{fox-x-fox}: x = $x # still '2'! *-foz: x = z # any target file{x-foz}: x = $x # 'z' +# These should all be the same. +# +*: x1 = X1 +{*}: x2 = X2 +*{*}: x3 = X3 + ./: |