diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-15 17:21:58 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:49:17 -0400 |
commit | 44f5ef69ef6f1593d481a831d6aa4e035fc2e7bd (patch) | |
tree | 367a46a4ebce3da643aa688727eced49ad22e017 /specs/appB.xml | |
parent | eaa1835ba58525c90ffa2dc5a5d409dd9e7a909f (diff) |
correct an error from the original document's depiction of escape_char
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/appB.xml')
-rw-r--r-- | specs/appB.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/appB.xml b/specs/appB.xml index 48437fe..9b245cb 100644 --- a/specs/appB.xml +++ b/specs/appB.xml @@ -122,7 +122,7 @@ Syntax </row> <row> <entry>quoted_string</entry> - <entry>= <quote>"</quote> {<Latin 1 character> | escape_char} [“\\\\” ] <quote>"</quote></entry> + <entry>= <quote>"</quote> {<Latin 1 character> | escape_char} [“\\"” ] <quote>"</quote></entry> </row> <row> <entry>escape_char</entry> @@ -928,7 +928,7 @@ The canonical representation of a translation table is (see also </row> <row> <entry>quoted_string</entry> - <entry>= <quote>"</quote> {<Latin 1 character> | escape_char} [“\\\\” ] <quote>"</quote> + <entry>= <quote>"</quote> {<Latin 1 character> | escape_char} [“\\"” ] <quote>"</quote> </entry> </row> <row> |