From f6e6cfc3b5c7c84dedddc95084c423608769d4b7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Apr 2017 12:43:15 +0200 Subject: Fix bug in pair handling --- old-tests/pairs/buildfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'old-tests/pairs/buildfile') 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" + ./: -- cgit v1.1