summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc
diff options
context:
space:
mode:
Diffstat (limited to 'regress/usr.bin/mandoc')
-rw-r--r--regress/usr.bin/mandoc/roff/esc/Makefile4
-rw-r--r--regress/usr.bin/mandoc/roff/esc/ignore.in4
-rw-r--r--regress/usr.bin/mandoc/roff/esc/ignore.out_ascii3
-rw-r--r--regress/usr.bin/mandoc/roff/esc/ignore.out_lint1
4 files changed, 8 insertions, 4 deletions
diff --git a/regress/usr.bin/mandoc/roff/esc/Makefile b/regress/usr.bin/mandoc/roff/esc/Makefile
index 5327ae0077c..92db491a430 100644
--- a/regress/usr.bin/mandoc/roff/esc/Makefile
+++ b/regress/usr.bin/mandoc/roff/esc/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.8 2014/12/03 01:06:22 schwarze Exp $
+# $OpenBSD: Makefile,v 1.9 2015/01/01 18:10:09 schwarze Exp $
REGRESS_TARGETS = one two multi B c c_man e f h w z ignore
-LINT_TARGETS = B h w
+LINT_TARGETS = B h w ignore
# Postprocessing to remove "character backspace" sequences
# unless they are followed by the same character again.
diff --git a/regress/usr.bin/mandoc/roff/esc/ignore.in b/regress/usr.bin/mandoc/roff/esc/ignore.in
index a7350b87cc1..4be7fb6c94a 100644
--- a/regress/usr.bin/mandoc/roff/esc/ignore.in
+++ b/regress/usr.bin/mandoc/roff/esc/ignore.in
@@ -1,4 +1,4 @@
-.Dd May 28, 2012
+.Dd January 1, 2015
.Dt ESC-IGNORE 1
.Os OpenBSD
.Sh NAME
@@ -10,3 +10,5 @@ multiform: a\kxb\k(xyc\k[xyz]d
quoted: a\R'myreg 0'b\R'myreg \A'y'0'c
.br
sizes: a\s0b\s(12c\s[123]d\s'123'e\s'1\w'xy'2'f
+.br
+signed sizes: a\s-0b\s-(12c\s-[123]d\s-'123'e\s-'1\w'xy'2'f\s-
diff --git a/regress/usr.bin/mandoc/roff/esc/ignore.out_ascii b/regress/usr.bin/mandoc/roff/esc/ignore.out_ascii
index f147aa396a8..5e41d49afa2 100644
--- a/regress/usr.bin/mandoc/roff/esc/ignore.out_ascii
+++ b/regress/usr.bin/mandoc/roff/esc/ignore.out_ascii
@@ -7,5 +7,6 @@ DDEESSCCRRIIPPTTIIOONN
multiform: abcd
quoted: abc
sizes: abcdef
+ signed sizes: abcdef
-OpenBSD May 28, 2012 OpenBSD
+OpenBSD January 1, 2015 OpenBSD
diff --git a/regress/usr.bin/mandoc/roff/esc/ignore.out_lint b/regress/usr.bin/mandoc/roff/esc/ignore.out_lint
new file mode 100644
index 00000000000..c163d60d0de
--- /dev/null
+++ b/regress/usr.bin/mandoc/roff/esc/ignore.out_lint
@@ -0,0 +1 @@
+mandoc: ignore.in:14:60: WARNING: invalid escape sequence: \s-