aboutsummaryrefslogtreecommitdiff
path: root/compatibility/4.11.nom
diff options
context:
space:
mode:
Diffstat (limited to 'compatibility/4.11.nom')
-rw-r--r--compatibility/4.11.nom9
1 files changed, 6 insertions, 3 deletions
diff --git a/compatibility/4.11.nom b/compatibility/4.11.nom
index 8021be3..5226895 100644
--- a/compatibility/4.11.nom
+++ b/compatibility/4.11.nom
@@ -1,4 +1,4 @@
-#!/usr/bin/env nomsu -V4.11.12.8
+#!/usr/bin/env nomsu -V4.12.12.8
#
This file defines upgrades from Nomsu <4.11 to Nomsu 4.11
(overhaul of function literals, deleting (if all of ...), etc. shorthand)
@@ -45,8 +45,11 @@ upgrade action (line number of %pos in %text) to "4.11" as (..)
# Deduplicating goto labels:
upgrade action [=== %label ===, *** %label ***] to "4.11" as (--- %label ---)
-upgrade action [===stop %label ===, ***stop %label ***] to "4.11" as (---stop %label ---)
-upgrade action [===next %label ===, ***next %label ***] to "4.11" as (---next %label ---)
+upgrade action [===stop %label ===, ***stop %label ***] to "4.11" as (..)
+ ---stop %label ---
+
+upgrade action [===next %label ===, ***next %label ***] to "4.11" as (..)
+ ---next %label ---
# Deprecating shorthand functions:
upgrade action [if all of %items %body, if all of %items then %body] to "4.11" as (..)