Fixed EscapedNomsu upgrade rule
This commit is contained in:
parent
057f5b74eb
commit
92b99292a4
@ -18,10 +18,12 @@ upgrade action ($tree has subtree $match_tree) to "7" as
|
|||||||
|
|
||||||
upgrade $tree to "7" as:
|
upgrade $tree to "7" as:
|
||||||
if ($tree.type == "EscapedNomsu"):
|
if ($tree.type == "EscapedNomsu"):
|
||||||
$e = $tree.1
|
$t =
|
||||||
return
|
"Action" tree from $tree.source with ("Text" tree with $tree.1.type) "tree" "with"
|
||||||
"Action" tree from $tree.source with ("Text" tree with $e.type) "tree" "with"
|
for $tok in $tree.1:
|
||||||
unpack $e
|
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 "Nomsu version" to "7" via ->(`$(NOMSU VERSION))
|
||||||
upgrade action [
|
upgrade action [
|
||||||
|
Loading…
Reference in New Issue
Block a user