From aced049cc146037562b8c647625f24ea4cd8a219 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 13 Feb 2015 20:57:54 -0800 Subject: Added U+000B and U+000C as whitespace characters. Closes #300. --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 07d2c26..500f4ea 100644 --- a/spec.txt +++ b/spec.txt @@ -225,8 +225,8 @@ A line containing no characters, or a line containing only spaces The following definitions of character classes will be used in this spec: A [whitespace character](@whitespace-character) is a space -(`U+0020`), tab (`U+0009`), carriage return (`U+000D`), or -newline (`U+000A`). +(`U+0020`), tab (`U+0009`), newline (`U+000A`), line tabulation (`U+000B`), +form feed (`U+000C`), or carriage return (`U+000D`). [Whitespace](@whitespace) is a sequence of one or more [whitespace character]s. -- cgit v1.2.3