File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -2972,11 +2972,10 @@ Defining Grammars for Rules and Other Values</h2>
2972
2972
Tokens match if their value is a match for the value defined in the grammar.
2973
2973
Unless otherwise specified, all matches are <a>ASCII case-insensitive</a> .
2974
2974
2975
- <p class=note>
2976
- Although it is possible, with <a>escaping</a> ,
2977
- to construct an <<ident-token>> whose value ends with <code> (</code> or starts with <code> @</code> ,
2978
- such a tokens is not a <<function-token>> or an <<at-keyword-token>>
2979
- and does not match corresponding grammar definitions.
2975
+ Note: Although it is possible, with <a>escaping</a> ,
2976
+ to construct an <<ident-token>> whose value ends with <code> (</code> or starts with <code> @</code> ,
2977
+ such a tokens is not a <<function-token>> or an <<at-keyword-token>>
2978
+ and does not match corresponding grammar definitions.
2980
2979
2981
2980
<<delim-token>> s are written with their value enclosed in single quotes.
2982
2981
For example, a <<delim-token>> containing the "+" <a>code point</a> is written as <code> '+' </code> .
You can’t perform that action at this time.
0 commit comments