Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Dec 11, 2024
1 parent f27cc21 commit 9a209ad
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
13 changes: 11 additions & 2 deletions manpages/nihtest-case.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 22 additions & 2 deletions manpages/nihtest-case.man
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.TH "NIHTEST-CASE" "5" "April 10, 2024" "NiH" "File Formats Manual"
.TH "NIHTEST-CASE" "5" "December 11, 2024" "NiH" "File Formats Manual"
.nh
.if n .ad l
.SH "NAME"
Expand Down Expand Up @@ -63,6 +63,26 @@ Shell style quoting is supported.
\fBdescription\fR \fItext\fR
Describes the purpose of the test.
.TP 22n
\fBdirectory\fR \fIname create\fR [\fIresult\fR]
Describe directory
\fIname\fR.
\fIcreate\fR
and
\fIresult\fR
can be either
\(lq<>\(rq
if the directory is expected to exist, or
\(lq{}\(rq
if it isn't.
\fIcreate\fR
specifies the state before the test is run,
\fIresult\fR
the state afterwards.
If
\fIresult\fR
is omitted, it defaults to
\fIcreate\fR.
.TP 22n
\fBenvironment-clear\fR
Only variables explicitly set or passed through are included in the environment passed to the tested program.
.TP 22n
Expand Down Expand Up @@ -123,7 +143,7 @@ and
are
\(lq<inline>\(rq,
the input data comes first.
Otherwise the argument specifies the name of the file to copy or compare againts.
Otherwise the argument specifies the name of the file to copy or compare against.
.TP 22n
\fBmkdir\fR \fIname\fR
Create directory
Expand Down

0 comments on commit 9a209ad

Please sign in to comment.