From e93c1f56ea10968e077baa60d6f0bd277eb4cdd4 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 30 May 2010 23:07:34 +0000 Subject: Tweak regression so it doesn't puke on the groff behaviour (allowing open scopes to migrate across tabs) that we probably won't support and is well-known. --- regress/mdoc/It/tab-macros.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/mdoc/It/tab-macros.in b/regress/mdoc/It/tab-macros.in index 0c7b367e..ac200a95 100644 --- a/regress/mdoc/It/tab-macros.in +++ b/regress/mdoc/It/tab-macros.in @@ -6,7 +6,7 @@ .Nd bar .Sh DESCRIPTION .Bl -column asdfasdf asdfasdf asdfasdf -.It Fl asdf asdf asdf +.It asdf asdf asdf .El .Bl -column asdfasdf asdfasdf asdfasdf .It Ar asdf ; Ta Fl asdf ; Ta asdf -- cgit