From 9634ad51a2c3afb98362ab9635ba762c4c3f1bbf Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 31 May 2026 01:41:39 +0200 Subject: Parse escape sequences in strings --- doc/appendix.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/appendix.tex') 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 @@ = `\\x' \{\}. = `\\' \\ - (`n' | `a' | `b' | `t' | `f' | `r' | `v' | `\\' | `\textquotesingle' | `\textquotedbl' | `0'). + (`n' | `t' | `f' | `r' | `v' | `\\' | `\textquotesingle' | `\textquotedbl' | `0'). = \enspace? a printable ASCII character\space?. -- cgit v1.2.3