aboutsummaryrefslogtreecommitdiff
path: root/tests/text.nom
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text.nom')
-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")