aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-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 [..]