summaryrefslogtreecommitdiff
path: root/doc/appendix.tex
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-05-31 01:41:39 +0200
committerEugen Wissner <belka@caraus.de>2026-05-31 08:45:09 +0200
commit9634ad51a2c3afb98362ab9635ba762c4c3f1bbf (patch)
tree065b10a6132c99e6389326fc7859964dac656cec /doc/appendix.tex
parent74010389716f0389b873f610365bb43ab26e9948 (diff)
downloadelna-9634ad51a2c3afb98362ab9635ba762c4c3f1bbf.tar.gz
Parse escape sequences in strings
Diffstat (limited to 'doc/appendix.tex')
-rw-r--r--doc/appendix.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/appendix.tex b/doc/appendix.tex
index f68eaa2..09bdbde 100644
--- a/doc/appendix.tex
+++ b/doc/appendix.tex
@@ -17,7 +17,7 @@
<hex-character> = `\\x' <hex-digit> \{<hex-digit>\}.
<escaped-character> = `\\' \\
- (`n' | `a' | `b' | `t' | `f' | `r' | `v' | `\\' | `\textquotesingle' | `\textquotedbl' | `0').
+ (`n' | `t' | `f' | `r' | `v' | `\\' | `\textquotesingle' | `\textquotedbl' | `0').
<printable-character> = \enspace? a printable ASCII character\space?.