diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 14:40:20 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-23 14:41:30 -0700 |
| commit | 470a6fe7f987f7c5e5c1fa7b6b31956479ababed (patch) | |
| tree | 8c25a3ae22740bfd14ecf460bfdc7d732023610f /core/text.nom | |
| parent | 0d7bb7eb038d7fb986bb879112d599b2c517889c (diff) | |
Fixed blocks starting with extra newline when they start with a comment.
Diffstat (limited to 'core/text.nom')
| -rw-r--r-- | core/text.nom | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
