diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-29 18:47:54 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-29 18:47:54 +0000 |
commit | 9556337196fc2bcc77b1327d58828a073ca49879 (patch) | |
tree | 137bbeeb6c506d7ff53fd9c4c8f6901e5e3c0cac /regress/mdoc/Li/empty.in | |
parent | b3536e4d2b9fcb0daf7141c545883a7d2b442e33 (diff) | |
download | mandoc-9556337196fc2bcc77b1327d58828a073ca49879.tar.gz |
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/Li/empty.in')
-rw-r--r-- | regress/mdoc/Li/empty.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/regress/mdoc/Li/empty.in b/regress/mdoc/Li/empty.in new file mode 100644 index 00000000..64fa6add --- /dev/null +++ b/regress/mdoc/Li/empty.in @@ -0,0 +1,14 @@ +.Dd May 16, 2010 +.Dt FOO 1 +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh DESCRIPTION +.Li . a +.Pp +.Li ; +.Pp +.Ar expr1 Li : expr2 +.Pp +.Ar expr1 Li . ; expr2 ( expr3 ) |