diff options
Diffstat (limited to 'tests/name/cross.test')
-rw-r--r-- | tests/name/cross.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/name/cross.test b/tests/name/cross.test index 04da551..3847b6a 100644 --- a/tests/name/cross.test +++ b/tests/name/cross.test @@ -102,6 +102,12 @@ EOI { touch x.foo y.bar; $* <'print {foo bar}{*}' >'foo{x} bar{y}' + + mkdir dir && touch dir/x.foo; + $* <'print {*/}{*.foo}' >'dir/x.foo' + + mkdir dir && touch dir/x.foo; + $* <'print {*/}{foo}{*}' >'dir/foo{x}' } # @@ TODO: nested replay. |