diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-17 20:12:00 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-17 20:12:00 -0800 |
commit | 7945752758fd2c2b16b44c8ba0fb1290f8c6f033 (patch) | |
tree | 8c3b3a22f3afebe99f187f6fe08d7cabdd79f95e | |
parent | d8988786280c24ca7f76b389c982a77e5fbb7f54 (diff) |
Clarified that delimiter runs at beginning/end of line...
behave as if preceded/followed by whitespace.
Closes #302.
-rw-r--r-- | spec.txt | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |