From 470a6fe7f987f7c5e5c1fa7b6b31956479ababed Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 23 Jul 2018 14:40:20 -0700 Subject: Fixed blocks starting with extra newline when they start with a comment. --- core/text.nom | 1 + 1 file changed, 1 insertion(+) (limited to 'core/text.nom') diff --git a/core/text.nom b/core/text.nom index 9b6fe06..a4899be 100644 --- a/core/text.nom +++ b/core/text.nom @@ -49,6 +49,7 @@ compile [capitalized %text, %text capitalized] to (..) test: assume (("asdf" with "X" instead of "s") == "aXdf") or barf ".." substitution failed + compile [..] %text with %sub instead of %patt, %text with %patt replaced by %sub %text s/ %patt / %sub -- cgit v1.2.3