diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-14 21:59:25 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-06-14 21:59:43 -0700 |
| commit | 82cfd3e54b5910843c091a9fb6ef3ad6b64ba757 (patch) | |
| tree | aed04a3910646c82447b9b4b515169005b3010af /tests/operators.nom | |
| parent | 282565a309aef632502a64fef0a67b0b7efcfaaa (diff) | |
More streamlining and cleanup. Especially for core/metaprogramming.nom
Diffstat (limited to 'tests/operators.nom')
| -rw-r--r-- | tests/operators.nom | 4 |
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} |
