aboutsummaryrefslogtreecommitdiff
path: root/tests/operators.nom
diff options
context:
space:
mode:
Diffstat (limited to 'tests/operators.nom')
-rw-r--r--tests/operators.nom4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/operators.nom b/tests/operators.nom
index b3853e9..2452ba5 100644
--- a/tests/operators.nom
+++ b/tests/operators.nom
@@ -3,10 +3,6 @@
use "core"
-assume (({x:5}'s "x") = 5) or barf "indexing doesn't work."
-try: % <- ({}'s "[[[\n]]]")
-..and if it barfs: barf "failed to index a table literal with a string containing brackets n stuff"
-
<-{%x:10,%y:20}
assume ((%x = 10) and (%y = 20)) or barf "mutli-assignment failed."
<-{%x:%y, %y:%x}