diff options
Diffstat (limited to 'regress/roff/ie/with-el5.in')
-rw-r--r-- | regress/roff/ie/with-el5.in | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/regress/roff/ie/with-el5.in b/regress/roff/ie/with-el5.in new file mode 100644 index 00000000..aca9776e --- /dev/null +++ b/regress/roff/ie/with-el5.in @@ -0,0 +1,51 @@ +.Dd $Mdocdate$ +.Dt FOO 1 +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh DESCRIPTION +asdf +.ie 0 \{\ +1 +.de garglepants +2 +.\} +foobar +.ie 0 \{\ +1 +.de actuallygarglepantsisadouche +2 +.\} +.ie 0 \{\ +1 +.de garglepants +2 +.\} +foobar +.ie 0 \{\ +1 +.de actuallygarglepantsisadouche +2 +.\} +.ie 0 \{\ +1 +.de garglepants +2 +.\} +foobar +.ie 0 \{\ +1 +.de actuallygarglepantsisadouche +2 +.\} +xyzzy +.el \ +3 +fdsa +.el \ +3 +fdsa +.el \ +3 +fdsa |