We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7798f19 commit 3ca7c13Copy full SHA for 3ca7c13
source/locales.tex
@@ -5004,10 +5004,10 @@
5004
5005
\begin{example}
5006
\begin{codeblock}
5007
-assert(@\exposid{comp-name}@("UTF-8", "utf8") == true);
5008
-assert(@\exposid{comp-name}@("u.t.f-008", "utf8") == true);
5009
-assert(@\exposid{comp-name}@("ut8", "utf8") == false);
5010
-assert(@\exposid{comp-name}@("utf-80", "utf8") == false);
+static_assert(@\exposid{comp-name}@("UTF-8", "utf8") == true);
+static_assert(@\exposid{comp-name}@("u.t.f-008", "utf8") == true);
+static_assert(@\exposid{comp-name}@("ut8", "utf8") == false);
+static_assert(@\exposid{comp-name}@("utf-80", "utf8") == false);
5011
\end{codeblock}
5012
\end{example}
5013
\end{itemdescr}
0 commit comments