Skip to content

Commit e5ef69a

Browse files
committed
tokens.md: add two zero-width spaces to placate linkchecker
A LINKCHECK_EXCEPTIONS entry in linkchecker/main.rs seems to be the right way to do this, but that's not in this repository.
1 parent 6e19792 commit e5ef69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ Examples of such tokens:
515515

516516
> **<sup>Lexer</sup>**\
517517
> RESERVED_NUMBER :\
518-
> &nbsp;&nbsp; &nbsp;&nbsp; BIN_LITERAL \[`2`-`9`]\
519-
> &nbsp;&nbsp; | OCT_LITERAL \[`8`-`9`]\
518+
> &nbsp;&nbsp; &nbsp;&nbsp; BIN_LITERAL \[`2`-`9`&ZeroWidthSpace;]\
519+
> &nbsp;&nbsp; | OCT_LITERAL \[`8`-`9`&ZeroWidthSpace;]\
520520
> &nbsp;&nbsp; | ( BIN_LITERAL | OCT_LITERAL | HEX_LITERAL ) `.` \
521521
> &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; _(not immediately followed by `.`, `_` or an [identifier] or [keyword][keywords]_)\
522522
> &nbsp;&nbsp; | ( BIN_LITERAL | OCT_LITERAL ) `e`\

0 commit comments

Comments
 (0)