git.ckatri.com
/
mandoc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Support nesting of elements with next-line scope.
[mandoc.git]
/
regress
/
char
/
unicode
/
Makefile
diff --git
a/regress/char/unicode/Makefile
b/regress/char/unicode/Makefile
index b75ba6dbf077a08382acdfe54ca121216ebbc635..853972996b8b74e89754461d2bb9ce4bc8155756 100644
(file)
--- a/
regress/char/unicode/Makefile
+++ b/
regress/char/unicode/Makefile
@@
-3,7
+3,10
@@
REGRESS_TARGETS = ascii input invalid latin1 latin1diff
REGRESS_TARGETS += man mdoc named namediff nogroff
SKIP_ASCII = man mdoc
REGRESS_TARGETS = ascii input invalid latin1 latin1diff
REGRESS_TARGETS += man mdoc named namediff nogroff
SKIP_ASCII = man mdoc
-UTF8_TARGETS = ${REGRESS_TARGETS}
+# input and nogroff exhibit implementation dependent differences
+# among wcwidth(3) on different systems
+#UTF8_TARGETS = ${REGRESS_TARGETS}
+UTF8_TARGETS = ascii invalid man mdoc namediff
HTML_TARGETS = ascii invalid latin1 latin1diff named namediff nogroff
LINT_TARGETS = input invalid
HTML_TARGETS = ascii invalid latin1 latin1diff named namediff nogroff
LINT_TARGETS = input invalid