Module Name: src
Committed By: rillig
Date: Sun Dec 3 09:42:36 UTC 2023
Modified Files:
src/tests/lib/libcurses: testframe.txt
Log Message:
tests/libcurses: sync documentation with reality
Unknown escape sequences in string literals trigger an error, since
testlang_conf.l 1.22 from 2021-02-25.
The '\b' is recognized since testlang_conf.l 1.26 from 2021-11-15.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/lib/libcurses/testframe.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libcurses/testframe.txt
diff -u src/tests/lib/libcurses/testframe.txt:1.8 src/tests/lib/libcurses/testframe.txt:1.9
--- src/tests/lib/libcurses/testframe.txt:1.8 Tue Feb 9 20:31:02 2021
+++ src/tests/lib/libcurses/testframe.txt Sun Dec 3 09:42:36 2023
@@ -1,4 +1,4 @@
-$NetBSD: testframe.txt,v 1.8 2021/02/09 20:31:02 rillig Exp $
+$NetBSD: testframe.txt,v 1.9 2023/12/03 09:42:36 rillig Exp $
CURSES TESTFRAME
----------------
@@ -231,6 +231,7 @@ performed on them when they are parsed.
embed some control characters into the string. Valid substitutions
are:
+ \b backspace
\e escape
\n new line
\r carriage return
@@ -240,9 +241,6 @@ are:
represented by the octal number will be inserted into
the string.
-Any other invalid conversions will have the \ stripped and the
-subsequent characters inserted into the string.
-
Integers may be specified by either a plain numeric (e.g. 12345) or by
hexadecimal notation by prefixing the number with 0x (e.g. 0x3039).
Internally, no distinction is made between the two formats and they