[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 19/28: [groff]: Add 'pdf' device to test.
From: |
G. Branden Robinson |
Subject: |
[groff] 19/28: [groff]: Add 'pdf' device to test. |
Date: |
Sat, 7 Sep 2024 21:36:48 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 8f0b24791f8af37c38d567fc9c6dc87dbff350ca
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Sep 5 21:55:07 2024 -0500
[groff]: Add 'pdf' device to test.
* src/roff/groff/tests/device-control-escapes-express-basic-latin.sh: Do
it.
---
src/roff/groff/tests/device-control-escapes-express-basic-latin.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/roff/groff/tests/device-control-escapes-express-basic-latin.sh
b/src/roff/groff/tests/device-control-escapes-express-basic-latin.sh
index b0fd63afb..387bdb6ad 100755
--- a/src/roff/groff/tests/device-control-escapes-express-basic-latin.sh
+++ b/src/roff/groff/tests/device-control-escapes-express-basic-latin.sh
@@ -44,7 +44,7 @@ check_char () {
printf '\n' >&2
}
-for device in utf8 html
+for device in pdf utf8 html
do
check_char - - "minus sign" $device
check_char '[aq]' "'" "neutral apostrophe" $device
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 19/28: [groff]: Add 'pdf' device to test.,
G. Branden Robinson <=