From 9556337196fc2bcc77b1327d58828a073ca49879 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 29 May 2010 18:47:54 +0000 Subject: Commit of patch floated on discuss@ a few days ago: if an in_line scope has not been opened and closing punctuation is encountered AND the macro is marked as accepting no-content (or `Li'), then open an empty scope. Added regression tests for `Fl' and `Li' testing this behaviour. Also, squeeze hyph0.in tests into the last characters of each line so that groff doesn't hyphenate and break the test. --- regress/mdoc/Fl/empty.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 regress/mdoc/Fl/empty.in (limited to 'regress/mdoc/Fl') diff --git a/regress/mdoc/Fl/empty.in b/regress/mdoc/Fl/empty.in new file mode 100644 index 00000000..bfda2dcb --- /dev/null +++ b/regress/mdoc/Fl/empty.in @@ -0,0 +1,15 @@ +.Dd May 16, 2010 +.Dt FOO 1 +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh DESCRIPTION +.Fl . a +.Pp +.Fl ; +.Pp +.Ar expr1 Fl : expr2 +.Pp +.Ar expr1 Fl . ; expr2 ( expr3 ) +.Ar expr1 Fl . ; ) ( expr3 ) -- cgit