aboutsummaryrefslogtreecommitdiff
path: root/doc/testscript.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-28 15:07:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-28 15:07:45 +0200
commite5a79fa6ef2230505665022512ae60f1bab4b29d (patch)
treed32ff7eecca8ea0911cbd8998aa55f827abdd811 /doc/testscript.cli
parent5c303de1f0a99fd7a9058503bb0f0954fdc621cc (diff)
Sketch testscript line regex object model
Diffstat (limited to 'doc/testscript.cli')
-rw-r--r--doc/testscript.cli2
1 files changed, 1 insertions, 1 deletions
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