You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14896,12 +14896,12 @@ text is “<span class="input">a1</span>”, it is tokenized as a single <emu-t
14896
14896
and not as a separate <emu-t class="regex"><a href="#prod-identifier">identifier</a></emu-t> and <emu-t class="regex"><a href="#prod-integer">integer</a></emu-t>.
14897
14897
If the longest possible match could match one of the above named terminal symbols or
14898
14898
one of the other terminal symbols from the grammar, it must be tokenized as the latter.
14899
-
Thus, the input text “<span class="input">long</span>” is tokenized as the quoted terminal symbol
14899
+
Thus, the input text “<span class="input">long</span>” is tokenized as the terminal symbol
14900
14900
<emu-t>long</emu-t> rather than an <emu-t class="regex"><a href="#prod-identifier">identifier</a></emu-t> called "<code>long</code>",
14901
-
and “<span class="input">.</span>” is tokenized as the quoted terminal symbol
14901
+
and “<span class="input">.</span>” is tokenized as the terminal symbol
14902
14902
<emu-t>.</emu-t> rather than an <emu-t class="regex"><a href="#prod-other">other</a></emu-t>.
14903
14903
14904
-
The IDL syntax is case sensitive, both for the quoted terminal symbols
14904
+
The IDL syntax is case sensitive, both for the monospaced terminal symbols
14905
14905
used in the grammar and the values used for
14906
14906
<emu-t class="regex"><a href="#prod-identifier">identifier</a></emu-t> terminals. Thus, for
14907
14907
example, the input text “<span class="input">Const</span>” is tokenized as
0 commit comments