diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-26 12:43:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-26 12:43:15 +0200 |
commit | f6e6cfc3b5c7c84dedddc95084c423608769d4b7 (patch) | |
tree | 6602234ad3d053280ed43c3fc66391fcc9ae6356 /old-tests/pairs/buildfile | |
parent | a7432e49d4c5009990da9bafb9c62a9542b04ac6 (diff) |
Fix bug in pair handling
Diffstat (limited to 'old-tests/pairs/buildfile')
-rw-r--r-- | old-tests/pairs/buildfile | 3 |
1 files changed, 3 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" + ./: |