Skip to content

Commit a1e44b3

Browse files
[uaxid.def.general] Replace non-codeblocks with outputblocks (#7804)
1 parent 38a0bd4 commit a1e44b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/uax31.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
\UAX{31} specifies a default syntax for identifiers
2626
based on properties from the Unicode Character Database, \UAX{44}.
2727
The general syntax is
28-
\begin{codeblock}
28+
\begin{outputblock}
2929
<Identifier> := <Start> <Continue>* (<Medial> <Continue>+)*
30-
\end{codeblock}
30+
\end{outputblock}
3131
where \tcode{<Start>} has the XID_Start property,
3232
\tcode{<Continue>} has the XID_Continue property, and
3333
\tcode{<Medial>} is a list of characters permitted between continue characters.
@@ -36,11 +36,11 @@
3636
the \tcode{<Medial>} set is empty, and
3737
the \tcode{<Continue>} characters are unmodified.
3838
In the grammar used in \UAX{31}, this is
39-
\begin{codeblock}
39+
\begin{outputblock}
4040
<Identifier> := <Start> <Continue>*
4141
<Start> := XID_Start + @\textrm{\ucode{005f}}@
4242
<Continue> := <Start> + XID_Continue
43-
\end{codeblock}
43+
\end{outputblock}
4444

4545
\pnum
4646
This is described in the \Cpp{} grammar in \ref{lex.name},

0 commit comments

Comments
 (0)