From 82cfd3e54b5910843c091a9fb6ef3ad6b64ba757 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 14 Jun 2018 21:59:25 -0700 Subject: More streamlining and cleanup. Especially for core/metaprogramming.nom --- tests/operators.nom | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/operators.nom') 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} -- cgit v1.2.3