diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-13 12:49:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-13 12:49:29 +0200 |
commit | 6dbf4954a67efa284ae9abceb3b02c8642b79a49 (patch) | |
tree | fcd13c49243b55c4c8e4bf9def7a7bd1b6779763 /old-tests/names/buildfile | |
parent | a2351b0b85cc6735b706d5a4fdf12304872ff548 (diff) |
Implement dir/type-aware name group crossing
Diffstat (limited to 'old-tests/names/buildfile')
-rw-r--r-- | old-tests/names/buildfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/old-tests/names/buildfile b/old-tests/names/buildfile index 0f3d482..adeee15 100644 --- a/old-tests/names/buildfile +++ b/old-tests/names/buildfile @@ -51,4 +51,12 @@ print {dir/}{foo{bar}} #print {dir/foo{fox}}{bar} # nested type name #print {dir/foo}{fox{bar}} # nested type name +# Nested replay. +# +#file{foo} file{bar}: x = {foo fox}{bar baz} + +# Pair. +# +print x@{dir/ dor/}{foo fox}{bar baz} + ./: |