From a1849da175765350e013bdeecfa4e0ad3c066937 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 27 Mar 2019 15:22:46 -0700 Subject: Autoformat (mostly just to do with the new blank-line-after-end-of-multi-indent-block rule --- lib/core/metaprogramming.nom | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/core/metaprogramming.nom') diff --git a/lib/core/metaprogramming.nom b/lib/core/metaprogramming.nom index bd0b6d7..a9649c6 100644 --- a/lib/core/metaprogramming.nom +++ b/lib/core/metaprogramming.nom @@ -248,6 +248,7 @@ test: with external [$x]: $x = "inner" $y = "inner" + set external x local y unless (($x == "inner") and ($y == "outer")): fail "'with external' failed." @@ -516,4 +517,4 @@ test: ($tree with $t -> $replacement) parses as ($tree, with ($t -> $replacement)) [tree $tree with vars $replacements, $tree with vars $replacements] all parse as $tree, with $replacements -($tree has subtree $match_tree) parses as ($tree, contains $match_tree) +($tree has subtree $match_tree) parses as ($tree, contains $match_tree) \ No newline at end of file -- cgit v1.2.3