From bf60ac28c5ab128a15d1b0a2d5f1021dbe7081fd Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 3 May 2018 21:56:07 -0700 Subject: Overhaul with smaller, more concise codebase around defining actions/macros, and deleting some dead code. --- tests/text.nom | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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") -- cgit v1.2.3