From 1ff92630d617ab17919ed926d971f2046e5dc288 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sun, 03 Mar 2019 11:11:27 +0100 Subject: [PATCH] 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 --- test/inline-formatting | 2 +- diff --git a/test/inline-formatting b/test/inline-formatting index cbee5fa62fddfc31a97db4ac1be4efff2c141173..e564492ca4b17eb179c2c2f8484c011c454d12f0 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 </dev/null -- 2.48.1