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-el1.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 regress/roff/ie/with-el1.in (limited to 'regress/roff/ie/with-el1.in') diff --git a/regress/roff/ie/with-el1.in b/regress/roff/ie/with-el1.in new file mode 100644 index 00000000..51abb9fd --- /dev/null +++ b/regress/roff/ie/with-el1.in @@ -0,0 +1,15 @@ +.Dd $Mdocdate$ +.Dt FOO 1 +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh DESCRIPTION +asdf +.ie 0 \{\ +1 +2 +.\} +.el \ +3 +fdsa -- cgit