diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-19 17:44:46 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-19 17:44:46 -0800 |
| commit | f30413853063483147d941ffccc4b663b71bc943 (patch) | |
| tree | 31747b3d020a5d252e70910fdd741ecf27a58ef5 /compatibility/4.10.12.7.nom | |
| parent | a89d69e843ba83df928051005d02a932a9981f46 (diff) | |
Deduplicated goto label syntax (now just use (--- (label) ---))
Diffstat (limited to 'compatibility/4.10.12.7.nom')
| -rw-r--r-- | compatibility/4.10.12.7.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility/4.10.12.7.nom b/compatibility/4.10.12.7.nom index fe1511c..28c07af 100644 --- a/compatibility/4.10.12.7.nom +++ b/compatibility/4.10.12.7.nom @@ -60,7 +60,7 @@ upgrade %tree to "4.10.12.7" as: go to (insert chunk) %i += 1 return - === (insert chunk) === + --- (insert chunk) --- [%chunk1, %chunk2] = [..] SyntaxTree {type: "Block", source: %first_chunk.source} SyntaxTree {type: "Block", source: %first_chunk.source} |
