Fixed EscapedNomsu upgrade rule

This commit is contained in:
Bruce Hill 2019-02-06 16:07:00 -08:00
parent 057f5b74eb
commit 92b99292a4

View File

@ -18,10 +18,12 @@ upgrade action ($tree has subtree $match_tree) to "7" as
upgrade $tree to "7" as:
if ($tree.type == "EscapedNomsu"):
$e = $tree.1
return
"Action" tree from $tree.source with ("Text" tree with $e.type) "tree" "with"
unpack $e
$t =
"Action" tree from $tree.source with ("Text" tree with $tree.1.type) "tree" "with"
for $tok in $tree.1:
if ($tok is "Text"): $t, add ("Text" tree with $tok)
..else: $t, add $tok
return $t
upgrade action "Nomsu version" to "7" via ->(`$(NOMSU VERSION))
upgrade action [