From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 4e037283 for ; Fri, 17 Feb 2017 12:43:43 -0500 (EST) Date: Fri, 17 Feb 2017 12:43:43 -0500 (EST) Message-Id: <502652011444129100.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: more tests for .IP/.nf interaction that i forgot to commit X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- more tests for .IP/.nf interaction that i forgot to commit Modified Files: -------------- mdocml/regress/man/IP: literal.in literal.out_ascii Revision Data ------------- Index: literal.in =================================================================== RCS file: /home/cvs/mdocml/mdocml/regress/man/IP/literal.in,v retrieving revision 1.1 retrieving revision 1.2 diff -Lregress/man/IP/literal.in -Lregress/man/IP/literal.in -u -p -r1.1 -r1.2 --- regress/man/IP/literal.in +++ regress/man/IP/literal.in @@ -6,8 +6,27 @@ regular text .IP tag 10n indented +regular +text +.PP +new +regular +paragraph +.nf +literal +text +.IP tag 10n +indented +literal text .PP +new +literal +paragraph +.fi +regular +text +.SS literal into indented paragraph regular text .nf @@ -15,10 +34,31 @@ literal text .IP tag 10n indented +literal +text +.fi +indented +regular text .PP +new +regular +paragraph +.SS literal out of indented paragraph +regular +text +.IP tag 10n +indented +regular +text +.nf +indented literal text +.PP +new +literal +paragraph .fi regular text Index: literal.out_ascii =================================================================== RCS file: /home/cvs/mdocml/mdocml/regress/man/IP/literal.out_ascii,v retrieving revision 1.1 retrieving revision 1.2 diff -Lregress/man/IP/literal.out_ascii -Lregress/man/IP/literal.out_ascii -u -p -r1.1 -r1.2 --- regress/man/IP/literal.out_ascii +++ regress/man/IP/literal.out_ascii @@ -8,17 +8,44 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN regular text - tag indented text + tag indented regular text - regular text + new regular paragraph literal text tag indented + literal text + new + literal + paragraph + regular text + + lliitteerraall iinnttoo iinnddeenntteedd ppaarraaggrraapphh + regular text literal text + + tag indented + literal + text + indented regular text + + new regular paragraph + + lliitteerraall oouutt ooff iinnddeenntteedd ppaarraaggrraapphh + regular text + + tag indented regular text + indented + literal + text + + new + literal + paragraph regular text -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv