aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fl
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-29 18:47:54 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-29 18:47:54 +0000
commit363897ee9adeffb350f656dffa050237faf305a3 (patch)
treef5c1889eaa821a973c93a8ae248a6d682fb24899 /regress/mdoc/Fl
parentd43a3b25e58b22f878cf000f42454792b509cd9d (diff)
downloadmandoc-363897ee9adeffb350f656dffa050237faf305a3.tar.gz
mandoc-363897ee9adeffb350f656dffa050237faf305a3.tar.zst
mandoc-363897ee9adeffb350f656dffa050237faf305a3.zip
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.
Diffstat (limited to 'regress/mdoc/Fl')
-rw-r--r--regress/mdoc/Fl/empty.in15
1 files changed, 15 insertions, 0 deletions
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 )