Skip to content

Commit ab867c0

Browse files
authored
Editorial: "quoted terminal symbols" are now monospaced
Fixes #976. Follow-up: #1217.
1 parent bc7cb7a commit ab867c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14896,12 +14896,12 @@ text is “<span class="input">a1</span>”, it is tokenized as a single <emu-t
1489614896
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>.
1489714897
If the longest possible match could match one of the above named terminal symbols or
1489814898
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
1490014900
<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
1490214902
<emu-t>.</emu-t> rather than an <emu-t class="regex"><a href="#prod-other">other</a></emu-t>.
1490314903

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
1490514905
used in the grammar and the values used for
1490614906
<emu-t class="regex"><a href="#prod-identifier">identifier</a></emu-t> terminals. Thus, for
1490714907
example, the input text “<span class="input">Const</span>” is tokenized as

0 commit comments

Comments
 (0)