aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/variable/representation/buildfile6
-rw-r--r--tests/variable/representation/test.out6
2 files changed, 12 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
diff --git a/tests/variable/representation/test.out b/tests/variable/representation/test.out
index af12c6f..04d8528 100644
--- a/tests/variable/representation/test.out
+++ b/tests/variable/representation/test.out
@@ -1,5 +1,11 @@
'-L/'
'-L/foo/'
+'..'
+'../'
+'/'
+'//'
+'///'
+'//foo/'
'foo%bar'
'foo%'
'%bar'