Skip to content

Commit ebe77e4

Browse files
committed
FIXUP: Add missing \tcode in example's comments
1 parent 21de405 commit ebe77e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16039,8 +16039,8 @@
1603916039
string s4 = format("[{:?}]", string("\0 \n \t \x02 \x1b", 9));
1604016040
// \tcode{s4} has value: \tcode{["\textbackslash u\{0\} \textbackslash n \textbackslash t \textbackslash u\{2\} \textbackslash u\{1b\}"]}
1604116041
string s5 = format("[{:?}]", "\xc3\x28"); // invalid UTF-8, \tcode{s5} has value: \tcode{["\textbackslash x\{c3\}("]}
16042-
string s6 = format("[{:?}]", "\u0301"); // s6 has value: ["\u{301}"]
16043-
string s7 = format("[{:?}]", "\\\u0301"); // s7 has value: ["\\\u{301}"]
16042+
string s6 = format("[{:?}]", "\u0301"); // \tcode{s6} has value: \tcode{["\u{301}"]}
16043+
string s7 = format("[{:?}]", "\\\u0301"); // \tcode{s7} has value: \tcode{["\\\u{301}"]}
1604416044
\end{codeblock}
1604516045
\end{example}
1604616046

0 commit comments

Comments
 (0)