aboutsummaryrefslogtreecommitdiff
path: root/lib/compatibility
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compatibility')
-rw-r--r--lib/compatibility/2.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/2.nom b/lib/compatibility/2.nom
index 0b17082..da11245 100644
--- a/lib/compatibility/2.nom
+++ b/lib/compatibility/2.nom
@@ -8,7 +8,7 @@ use "compatibility/compatibility"
upgrade $tree to "2" as:
unless ($tree is "Action" syntax tree): return
- if ($tree.stub is "if 1 2 else"):
+ if ($tree.stub == "if 1 2 else"):
$true_body = ($tree.3 upgraded)
unless ($true_body is "Block" syntax tree):
$true_body = \(: $true_body)