diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-17 06:33:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-17 06:33:35 +0000 |
commit | 864dedf8122d4fbf75fab795035b2b3d7cb1113a (patch) | |
tree | 03f06a5ec17dcee2959f6fc34125e42807976825 /regress/roff/esc/Makefile | |
parent | 72e25eeca523e5195e5fb704b9c9c73c17acb405 (diff) | |
download | mandoc-864dedf8122d4fbf75fab795035b2b3d7cb1113a.tar.gz |
Test handling of escaped backslashes because the code related to
copy mode is complicated and prone to regressions.
Diffstat (limited to 'regress/roff/esc/Makefile')
-rw-r--r-- | regress/roff/esc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/roff/esc/Makefile b/regress/roff/esc/Makefile index 1be8b179..d691bce7 100644 --- a/regress/roff/esc/Makefile +++ b/regress/roff/esc/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.15 2018/12/15 23:33:20 schwarze Exp $ +# $OpenBSD: Makefile,v 1.16 2019/01/17 06:29:14 schwarze Exp $ -REGRESS_TARGETS = one two multi B c c_man e f h l O o p w z +REGRESS_TARGETS = one two multi B bs_man bs_mdoc c c_man e f h l O o p w z REGRESS_TARGETS += ignore invalid unsupp HTML_TARGETS = f LINT_TARGETS = B h l O w ignore invalid unsupp |