diff options
Diffstat (limited to 'old-tests')
-rw-r--r-- | old-tests/pairs/buildfile | 3 | ||||
-rw-r--r-- | old-tests/pairs/test.out | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/old-tests/pairs/buildfile b/old-tests/pairs/buildfile index 3b55044..4068be3 100644 --- a/old-tests/pairs/buildfile +++ b/old-tests/pairs/buildfile @@ -37,4 +37,7 @@ print foo@{bar BAR} # foo@bar foo@BAR #print @@ # error: double pair separator +v=foo +print @"$v" + ./: diff --git a/old-tests/pairs/test.out b/old-tests/pairs/test.out index 6033c84..f7280ac 100644 --- a/old-tests/pairs/test.out +++ b/old-tests/pairs/test.out @@ -25,3 +25,4 @@ foo@{} {}@bar {}@BAR {}@bar {}@BAR foo@bar foo@BAR +{}@foo |