com php-langspec: Fix the whitespace definition.: spec/09-lexical-structure.md

[email protected] (Nikita Popov) Wed, 31 Aug 2016 12:51:44 +0000
Newsgroups php.standards.cvs
Message-ID <[email protected]>
Commit:    73662663cadc68f0b334fb174de0d1964f5c7b01=0AAuthor:    Ivan Ender=
lin <[email protected]>         Wed, 24 Aug 2016 16:41:50 +0200=
=0ACommitter: Nikita Popov <[email protected]>      Wed, 31 Aug 2016 14:51:44 +=
0200=0AParents:   dbb78b15a468c7138c8b0fda1adb1c31cc6f86d2=0ABranches:  mas=
ter=0A=0ALink:       http://git.php.net/?p=3Dphp-langspec.git;a=3Dcommitdif=
f;h=3D73662663cadc68f0b334fb174de0d1964f5c7b01=0A=0ALog:=0AFix the whitespa=
ce definition.=0A=0AThe vertical tab and the form-feed character are not pa=
rt of the=0Awhitespaces.=0A=0AChanged paths:=0A  M  spec/09-lexical-structu=
re.md=0A=0A=0ADiff:=0Adiff --git a/spec/09-lexical-structure.md b/spec/09-l=
exical-structure.md=0Aindex b892222..7705424 100644=0A--- a/spec/09-lexical=
-structure.md=0A+++ b/spec/09-lexical-structure.md=0A@@ -157,7 +157,7 @@ th=
ough it was white space.=0A ###White Space=0A =0A White space consists of a=
n arbitrary combination of one or more=0A-new-line, space, horizontal tab, =
vertical tab, and form-feed characters.=0A+new-line, space and horizontal t=
ab characters.=0A =0A **Syntax**=0A