aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-05-03 21:56:07 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-05-03 21:56:31 -0700
commitbf60ac28c5ab128a15d1b0a2d5f1021dbe7081fd (patch)
treed76e0ade0c287f9aef91b04b0e33222cea575513 /tests
parent2abaf67b66c6a967ee51e59c7802534b07706b6b (diff)
Overhaul with smaller, more concise codebase around defining
actions/macros, and deleting some dead code.
Diffstat (limited to 'tests')
-rw-r--r--tests/text.nom1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/text.nom b/tests/text.nom
index 72eebac..f2ef225 100644
--- a/tests/text.nom
+++ b/tests/text.nom
@@ -7,7 +7,6 @@ assume ((["x","y"] joined with ",") = "x,y") or barf "joined with failed"
assume ((["x","y"] joined) = "xy") or barf "joined failed"
assume (("asdf" capitalized) = "Asdf") or barf "capitalized failed"
assume (("asdf" with "X" instead of "s") = "aXdf") or barf "substitution failed"
-# TODO: add tests for indent/dedent
assume ("\n" = (newline)) or barf "Text literals failed."
%x <- "\(green)hello\(reset color)"
assume (("x" + "y") = "xy")