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