aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-02-17 20:12:00 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-02-17 20:12:00 -0800
commit7945752758fd2c2b16b44c8ba0fb1290f8c6f033 (patch)
tree8c3b3a22f3afebe99f187f6fe08d7cabdd79f95e /spec.txt
parentd8988786280c24ca7f76b389c982a77e5fbb7f54 (diff)
Clarified that delimiter runs at beginning/end of line...
behave as if preceded/followed by whitespace. Closes #302.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec.txt b/spec.txt
index 500f4ea..3fbd246 100644
--- a/spec.txt
+++ b/spec.txt
@@ -4581,12 +4581,14 @@ characters that is not preceded or followed by a `_` character.
A [left-flanking delimiter run](@left-flanking-delimiter-run) is
a [delimiter run] that is (a) not followed by [unicode whitespace],
and (b) either not followed by a [punctuation character], or
-preceded by [unicode whitespace] or a [punctuation character].
+preceded by [unicode whitespace] or a [punctuation character] or
+the beginning of a line.
A [right-flanking delimiter run](@right-flanking-delimiter-run) is
a [delimiter run] that is (a) not preceded by [unicode whitespace],
and (b) either not preceded by a [punctuation character], or
-followed by [unicode whitespace] or a [punctuation character].
+followed by [unicode whitespace] or a [punctuation character] or
+the end of a line.
Here are some examples of delimiter runs.