From 57c4e39dcb8eb6013e22cfe82597111c5c6a55af Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 26 Feb 2018 09:53:46 +0200 Subject: Regularize directory target/scope-specific variable assignment syntax --- tests/variable/override/testscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/variable/override/testscript') diff --git a/tests/variable/override/testscript b/tests/variable/override/testscript index 9b8efdf..3529574 100644 --- a/tests/variable/override/testscript +++ b/tests/variable/override/testscript @@ -34,15 +34,15 @@ x = [string] 0 print $x - dir/: + dir/ { print $x } - dir/: x = [uint64] 1 + dir/ x = [uint64] 1 print $x - dir/: + dir/ { print $x } -- cgit v1.1