diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-16 22:28:33 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-16 22:28:33 +0000 |
commit | 7bbe926b750bcfe99308671e9f343373e1d23671 (patch) | |
tree | 46993c916b318ab53ca941b3d6c19391962e577c /regress/roff/if/multiline-free0.in | |
parent | 224230fa313f960b4300b3d7266313556f9e2781 (diff) | |
download | mandoc-7bbe926b750bcfe99308671e9f343373e1d23671.tar.gz |
`ig' support in all its glory. Try
.ig ig
asdf
.ig
fdsa
..
or
.ig if
asdf
.if n \
foo
for a laugh. It all works. Lots of regression tests supporting this
and documentation for the same.
Diffstat (limited to 'regress/roff/if/multiline-free0.in')
-rw-r--r-- | regress/roff/if/multiline-free0.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/regress/roff/if/multiline-free0.in b/regress/roff/if/multiline-free0.in new file mode 100644 index 00000000..f9fb0fd9 --- /dev/null +++ b/regress/roff/if/multiline-free0.in @@ -0,0 +1,10 @@ +.Dd $Mdocdate$ +.Dt FOO 1 +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh DESCRIPTION +.if t \{\ +there \} dude +fdsa |