From 44f5ef69ef6f1593d481a831d6aa4e035fc2e7bd Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Mon, 15 Apr 2019 17:21:58 -0400 Subject: correct an error from the original document's depiction of escape_char Signed-off-by: Thomas E. Dickey --- specs/appB.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'specs') 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 quoted_string - = " {<Latin 1 character> | escape_char} [“\\\\” ] " + = " {<Latin 1 character> | escape_char} [“\\"” ] " escape_char @@ -928,7 +928,7 @@ The canonical representation of a translation table is (see also quoted_string - = " {<Latin 1 character> | escape_char} [“\\\\” ] " + = " {<Latin 1 character> | escape_char} [“\\"” ] " -- cgit v1.2.1