From 308f48ac8f031d86680d2d4ba4f2b294a21364ba Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 16 Aug 2022 18:06:53 +0000 Subject: New tests of tabs in fill mode, in particular when multiple input or output lines are involved. --- regress/char/space/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/char/space/Makefile') diff --git a/regress/char/space/Makefile b/regress/char/space/Makefile index 50c81c4a..d98afc4f 100644 --- a/regress/char/space/Makefile +++ b/regress/char/space/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2016/12/07 23:27:42 schwarze Exp $ +# $OpenBSD: Makefile,v 1.14 2022/08/16 18:04:04 schwarze Exp $ REGRESS_TARGETS = leading-mdoc leading-man multiple trailing-mdoc zerowidth REGRESS_TARGETS += eos eos-man break nobreak -REGRESS_TARGETS += tab tab-man esct-mdoc esct-man +REGRESS_TARGETS += tab tab-filled tab-man esct-mdoc esct-man REGRESS_TARGETS += invalid UTF8_TARGETS = zerowidth -- cgit