aboutsummaryrefslogtreecommitdiff
path: root/core/collections.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-10 17:10:37 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-10 17:10:59 -0700
commit3fd5687370c3ef28c1878a79f0b4173e7212795f (patch)
tree25282d62a576a65e930fd47459d9c9ce05109f90 /core/collections.nom
parent77a551099a1d7c1d45036bf14301f7841ee8b8ca (diff)
Fixed up line numbers for generated code.
Diffstat (limited to 'core/collections.nom')
-rw-r--r--core/collections.nom2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/collections.nom b/core/collections.nom
index 48a4330..367356b 100644
--- a/core/collections.nom
+++ b/core/collections.nom
@@ -181,8 +181,6 @@ compile [%dict with fallback %key -> %value] to
return value
end})
-test: assume: 1 is 2
-
# Sorting
compile [sort %items] to: Lua "table.sort(\(%items as lua expr));"
parse [..]