gbranden pushed a commit to branch master
in repository groff.
commit a8b790a5c9b20a9ccba76e58b06f9df0391d7c79
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon May 4 18:11:28 2026 -0500
[groff]: Fix code style nit in test.
* src/roff/groff/tests/asciify-request-works.sh: Conform better to
modern groff test script conventions.
- Add/update Vim modeline.
- Indent in accord with modeline.
---
src/roff/groff/tests/asciify-request-works.sh | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/roff/groff/tests/asciify-request-works.sh
b/src/roff/groff/tests/asciify-request-works.sh
index 66bd2373f..a6fd6ff2d 100755
--- a/src/roff/groff/tests/asciify-request-works.sh
+++ b/src/roff/groff/tests/asciify-request-works.sh
@@ -22,8 +22,8 @@ groff="${abs_top_builddir:-.}/test-groff"
fail=
wail () {
- echo ...FAILED >&2
- fail=YES
+ echo ...FAILED >&2
+ fail=YES
}
# Locate directory containing our test artifacts.
@@ -100,11 +100,11 @@ echo "checking textification of composite special
character 'e aa'" >&2
echo "$output" | grep -q "<'e>" || wail
echo "checking textification of Unicode special character with Latin-1" \
- "mapping 'u00E1'" >&2
+ "mapping 'u00E1'" >&2
echo "$output" | grep -q "<'a>" || wail
echo "checking textification of decomposable (with Basic Latin base" \
- "character) Unicode special character 'u0106'" >&2
+ "character) Unicode special character 'u0106'" >&2
echo "$output" | grep -q "C<aa>" || wail
# TODO: See "test this" above.
@@ -122,11 +122,11 @@ echo "checking textification of dummy character escape
sequence" >&2
echo "$output" | grep -q "1@2" || wail
echo "checking textification of EOS-transparent dummy character" \
- "escape sequence" >&2
+ "escape sequence" >&2
echo "$output" | grep -q "2@3" || wail
echo "checking textification of output line continuation escape" \
- "sequence" >&2
+ "sequence" >&2
echo "$output" | grep -q "3@4" || wail
echo "checking textification of tag request" >&2
@@ -195,4 +195,4 @@ echo "$output" | grep -q '24@25' || wail
test -z "$fail"
-# vim:set autoindent expandtab shiftwidth=2 tabstop=2 textwidth=72:
+# vim:set autoindent expandtab shiftwidth=4 tabstop=4 textwidth=72:
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit