gbranden pushed a commit to branch branden-post-1.23.0 in repository groff.
commit 3748582e66c44818141782f11c3a8f5890a068b1 Author: G. Branden Robinson <[email protected]> AuthorDate: Thu Mar 9 11:49:45 2023 -0600 tmac/tests/e_ld-works.sh: Fix Swedish test case. We weren't failing the test if the beginning of the translated date string was incorrect. --- tmac/tests/e_ld-works.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmac/tests/e_ld-works.sh b/tmac/tests/e_ld-works.sh index 1c315a857..f3327a817 100755 --- a/tmac/tests/e_ld-works.sh +++ b/tmac/tests/e_ld-works.sh @@ -115,7 +115,7 @@ echo "$output_it" | grep -Eqx ' +Appendice A' || wail # Swedish localization echo 'checking that `td` string updated correctly for Swedish (1)' >&2 -echo "$output_sv" | grep -q 'The day was m' +echo "$output_sv" | grep -q 'The day was m' || wail echo 'checking that `td` string updated correctly for Swedish (2)' >&2 echo "$output_sv" | grep -q 'ndag, 15 december 2008\.$' || wail _______________________________________________ Groff-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/groff-commit
