From fe5cec3427dbefcb06c302c1631ae52074f9edfd Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sun, 30 Aug 2020 11:23:05 +0200 Subject: [PATCH] add "with context" to access variables with macro --- tests-ng/macro-with-globals.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-ng/macro-with-globals.sh b/tests-ng/macro-with-globals.sh index 9a0f62c..48bb1d3 100755 --- a/tests-ng/macro-with-globals.sh +++ b/tests-ng/macro-with-globals.sh @@ -83,7 +83,7 @@ cat > ${tmps}/dotfiles/macro_file << _EOF _EOF cat > ${tmps}/dotfiles/abc << _EOF -{%@@ from 'macro_file' import macro @@%} +{%@@ from 'macro_file' import macro with context @@%} {{@@ macro(local) @@}} _EOF