Browse Source

* doc/dejagnu.texi (runtest_file_p procedure): Fix description of

the structure of the "runtests" argument.

Signed-off-by: Ben Elliston <bje@gnu.org>
psql
Jacob Bachmeyer 7 years ago
committed by Ben Elliston
parent
commit
4a4e84a615
  1. 5
      ChangeLog
  2. 4
      doc/dejagnu.texi

5
ChangeLog

@ -1,3 +1,8 @@
2019-01-12 Jacob Bachmeyer <jcb62281@gmail.com>
* doc/dejagnu.texi (runtest_file_p procedure): Fix description of
the structure of the "runtests" argument.
2019-01-12 Ben Elliston <bje@gnu.org>
* doc/dejagnu.texi: Various documentation fixes.

4
doc/dejagnu.texi

@ -4985,8 +4985,8 @@ is a file.
@table @asis
@item @code{runtests}
@code{runtests} is a list of two elements. The first is a copy of what
was on the right side of the @code{=} if @code{foo.exp="..."} was
@code{runtests} is a list of two elements. The second is a copy of
what was on the right side of the @code{=} if @code{foo.exp="..."} was
specified, or an empty string if no such argument is present.
@item @code{testcase}

Loading…
Cancel
Save