From e5a79fa6ef2230505665022512ae60f1bab4b29d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Nov 2016 15:07:45 +0200 Subject: Sketch testscript line regex object model --- doc/testscript.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/testscript.cli') diff --git a/doc/testscript.cli b/doc/testscript.cli index a9ba608..c09e69c 100644 --- a/doc/testscript.cli +++ b/doc/testscript.cli @@ -1486,7 +1486,7 @@ which case it will only be equal to an identical line in the output. Or a line-char can be an inner level regex (like \c{ba+r} above) in which case it will be equal to any line in the output that matches this regex. Where not clear from context we will refer to this inner expression as -\i{char-regex} and its characters as \c{char}. +\i{char-regex} and its characters as \i{char}. A line is treated as literal unless it starts with the \i{regex introducer character} (\c{/} in the above example). In contrast, the line-regex is always -- cgit v1.1