You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/lex.tex
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1518,18 +1518,11 @@
1518
1518
is equivalent to \tcode{"\textbackslash n)\textbackslash\textbackslash\textbackslash na\textbackslash"\textbackslash n"}. The raw string
1519
1519
1520
1520
\begin{codeblock}
1521
-
R"(??)"
1521
+
R"(x = "\"y\"")"
1522
1522
\end{codeblock}
1523
1523
1524
-
is equivalent to \tcode{"\textbackslash?\textbackslash?"}. The raw string
1525
-
1526
-
\begin{codeblock}
1527
-
R"#(
1528
-
)??="
1529
-
)#"
1530
-
\end{codeblock}
1531
-
1532
-
is equivalent to \tcode{"\textbackslash n)\textbackslash?\textbackslash?=\textbackslash"\textbackslash n"}. \end{example}
1524
+
is equivalent to \tcode{"x = \textbackslash"\textbackslash\textbackslash\textbackslash "y\textbackslash\textbackslash\textbackslash"\textbackslash ""}.
0 commit comments