diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-01-30 23:05:44 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-01-30 23:05:44 -0800 |
| commit | e8e00adeaa29cfc0e7b581550bc1bca15f4ddc69 (patch) | |
| tree | 29a52a4708a10a684fbdd3bacb94af9a8ac0cd9e /lib | |
| parent | b714a55ec09fa4c7b2053e5b9a29ad7d69b2486a (diff) | |
Fixed is/== mixup
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/compatibility/2.nom | 2 |
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) |
