The test produced the following output:
Ignores underscores in underlined words test/inline-formatting: line 26: end0: not found
---
test/inline-formatting | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/inline-formatting b/test/inline-formatting
index cbee5fa..e564492 100755
--- 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
--
2.19.2