Skip to content

Commit 0c937da

Browse files
burblebeetkoeppe
authored andcommitted
CWG2691 hexadecimal-escape-sequence is too greedy
1 parent b9ac44f commit 0c937da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/lex.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1498,8 +1498,7 @@
14981498

14991499
\begin{bnf}
15001500
\nontermdef{hexadecimal-escape-sequence}\br
1501-
\terminal{\textbackslash x} hexadecimal-digit\br
1502-
hexadecimal-escape-sequence hexadecimal-digit\br
1501+
\terminal{\textbackslash x} simple-hexadecimal-digit-sequence\br
15031502
\terminal{\textbackslash x\{} simple-hexadecimal-digit-sequence \terminal{\}}
15041503
\end{bnf}
15051504

0 commit comments

Comments
 (0)