From b2c69380f33dc4e4386ea05b9265b2e845e6a147 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 17 May 2010 02:01:05 +0000 Subject: Full support for ie/el. This completes the initial roff support. Added test files for ie/el. Using `if 0' as a baseline for "false" roff instructions instead of `if t'. --- regress/roff/ie/with-el2.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 regress/roff/ie/with-el2.in (limited to 'regress/roff/ie/with-el2.in') diff --git a/regress/roff/ie/with-el2.in b/regress/roff/ie/with-el2.in new file mode 100644 index 00000000..27e93493 --- /dev/null +++ b/regress/roff/ie/with-el2.in @@ -0,0 +1,16 @@ +.Dd $Mdocdate$ +.Dt FOO 1 +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh DESCRIPTION +asdf +.ie 0 \{\ +1 +2 +.\} +xyzzy +.el \ +3 +fdsa -- cgit