From 6720c2e5aeecf3fc18ed94d21fe39caffaa70f11 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 5 Mar 2017 19:59:33 +0000 Subject: first batch of -T markdown tests --- regress/mdoc/Ex/Makefile | 1 + regress/mdoc/Ex/args.out_markdown | 18 ++++++++++++++++++ regress/mdoc/Ex/noname.out_markdown | 18 ++++++++++++++++++ regress/mdoc/Ex/nostd.out_markdown | 18 ++++++++++++++++++ 4 files changed, 55 insertions(+) create mode 100644 regress/mdoc/Ex/args.out_markdown create mode 100644 regress/mdoc/Ex/noname.out_markdown create mode 100644 regress/mdoc/Ex/nostd.out_markdown (limited to 'regress/mdoc/Ex') diff --git a/regress/mdoc/Ex/Makefile b/regress/mdoc/Ex/Makefile index 8a714ce1..af31cf78 100644 --- a/regress/mdoc/Ex/Makefile +++ b/regress/mdoc/Ex/Makefile @@ -2,6 +2,7 @@ REGRESS_TARGETS = args noname nostd LINT_TARGETS = noname nostd +MARKDOWN_TARGETS = args noname nostd # groff-1.22.2 defect: # - .Ex without -std produces no output diff --git a/regress/mdoc/Ex/args.out_markdown b/regress/mdoc/Ex/args.out_markdown new file mode 100644 index 00000000..9c70152e --- /dev/null +++ b/regress/mdoc/Ex/args.out_markdown @@ -0,0 +1,18 @@ +EX-ARGS(1) - General Commands Manual + +# NAME + +**Ex-args** - arguments to the exit value macro + +# EXIT STATUS + +no arguments: +The **Ex-args** utility exits 0 on success, and >0 if an error occurs. + +one argument: +The **one** utility exits 0 on success, and >0 if an error occurs. + +two arguments: +The **one** and **two** utilities exit 0 on success, and >0 if an error occurs. + +OpenBSD - July 29, 2014 diff --git a/regress/mdoc/Ex/noname.out_markdown b/regress/mdoc/Ex/noname.out_markdown new file mode 100644 index 00000000..4fad75bb --- /dev/null +++ b/regress/mdoc/Ex/noname.out_markdown @@ -0,0 +1,18 @@ +EX-NONAME(1) - General Commands Manual + +# NAME + +**‌** - exit value macro without an available name + +# EXIT STATUS + +no arguments: +The utility exits 0 on success, and >0 if an error occurs. + +one argument: +The **one** utility exits 0 on success, and >0 if an error occurs. + +two arguments: +The **one** and **two** utilities exit 0 on success, and >0 if an error occurs. + +OpenBSD - July 29, 2014 diff --git a/regress/mdoc/Ex/nostd.out_markdown b/regress/mdoc/Ex/nostd.out_markdown new file mode 100644 index 00000000..c3020fcb --- /dev/null +++ b/regress/mdoc/Ex/nostd.out_markdown @@ -0,0 +1,18 @@ +EX-NOSTD(1) - General Commands Manual + +# NAME + +**Ex-nostd** - exit value macros without -std arguments + +# EXIT STATUS + +no arguments: +The **Ex-nostd** utility exits 0 on success, and >0 if an error occurs. + +one argument: +The **one** utility exits 0 on success, and >0 if an error occurs. + +two arguments: +The **one** and **two** utilities exit 0 on success, and >0 if an error occurs. + +OpenBSD - July 29, 2014 -- cgit