From 25a1a57fe5350a2b89f8d9726b95f8e48fee83d7 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 3 Sep 2014 16:05:12 -0700 Subject: A line can have zero characters. --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 7608da0..c699dd2 100644 --- a/spec.txt +++ b/spec.txt @@ -192,7 +192,7 @@ In the examples, the `→` character is used to represent tabs. # Preprocessing A [line](#line) -is a sequence of one or more characters followed by a line +is a sequence of zero or more characters followed by a line ending (CR, LF, or CRLF) or by the end of file. -- cgit v1.2.3