scdoc2mdoc

A fork of scdoc to output mdoc(7)
git clone git://git.sgregoratto.me/scdoc2mdoc
Log | Files | Refs | README | LICENSE

commit 1ff92630d617ab17919ed926d971f2046e5dc288
parent 2fc5114fe2156f4e21e8cd0cfc3d602fcb5a8c2b
Author: Michael Weiss <dev.primeos@gmail.com>
Date:   Sun,  3 Mar 2019 11:11:27 +0100

Fix the "Ignores underscores in underlined words" test

The test produced the following output:
Ignores underscores in underlined words test/inline-formatting: line 26: end0: not found

Diffstat:
Mtest/inline-formatting | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/inline-formatting b/test/inline-formatting @@ -23,7 +23,7 @@ test(8) _hello_world_ EOF -end0 +end 0 begin "Ignores underscores in bolded words" scdoc <<EOF | grep '^\\fBhello_world\\fR' >/dev/null