File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -157,12 +157,13 @@ Ignored ::
157157lexical tokens, but are otherwise insignificant and not referenced in
158158syntactical grammar productions.
159159
160- Any amount of {Ignored} may appear before and after every lexical token. No
161- ignored regions of a source document are significant, however {SourceCharacter}
162- which appear in {Ignored} may also appear within a lexical {Token} in a
163- significant way, for example a {StringValue} may contain white space characters.
164- No {Ignored} may appear _ within_ a {Token}, for example no white space
165- characters are permitted between the characters defining a {FloatValue}.
160+ Any amount of {Ignored} may appear before and after every lexical token, with
161+ the exception of _ schema coordinate_ . No ignored regions of a source document
162+ are significant, however {SourceCharacter} which appear in {Ignored} may also
163+ appear within a lexical {Token} in a significant way, for example a
164+ {StringValue} may contain white space characters. No {Ignored} may appear
165+ _ within_ a {Token}, for example no white space characters are permitted between
166+ the characters defining a {FloatValue}.
166167
167168** Byte Order Mark**
168169
You can’t perform that action at this time.
0 commit comments