From 9f08215dfb179c3c37c18016fb0eafb7ec6e681e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Jun 2018 18:04:11 -0700 Subject: Moved console colors from core/ into lib/ --- tests/text.nom | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/text.nom') diff --git a/tests/text.nom b/tests/text.nom index 025e793..4b7f952 100644 --- a/tests/text.nom +++ b/tests/text.nom @@ -8,7 +8,6 @@ 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" assume ("\n" = (newline)) or barf "Text literals failed." -%x <- "\(green)hello\(reset color)" assume (("x" + "y") = "xy") assume ((lines in "one\ntwo") = ["one", "two"]) -- cgit v1.2.3