diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-24 14:49:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-24 14:52:55 +0200 |
commit | da2bd25f0867a54a3b797815b24e44a130ac2b11 (patch) | |
tree | 512648ad685485c1d79468f49c14121c1815bec3 /tests/variable/representation/buildfile | |
parent | 532e2085deeddd3e94cfbee1ded1e5917aff2b59 (diff) |
Only treat name as directory if it is reversible
Diffstat (limited to 'tests/variable/representation/buildfile')
-rw-r--r-- | tests/variable/representation/buildfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/variable/representation/buildfile b/tests/variable/representation/buildfile index 22913d5..7a2c3f2 100644 --- a/tests/variable/representation/buildfile +++ b/tests/variable/representation/buildfile @@ -2,6 +2,12 @@ # val = -L/ val += -L/foo/ +val += .. +val += ../ +val += / +val += // +val += /// +val += //foo/ #val += dir{-L/} val += foo%bar |