1
0
mirror of git://git.sv.gnu.org/sed synced 2025-07-29 23:41:14 +03:00

maint: ensure that new "make syntax-check"-run sc_codespell passes

* cfg.mk (codespell_ignore_words_list): Ignore false-positives.
(exclude_file_name_regexp--sc_codespell): Skip some file names.
* sed/debug.c: Fix typo(s).
* sed/mbcs.c: Likewise.
* sed/sed.c: Likewise.
* testsuite/badenc.sh: Likewise.
* testsuite/compile-errors.sh: Likewise.
* testsuite/distrib.inp: Likewise.
* testsuite/distrib.sh: Likewise.
* testsuite/execute-tests.sh: Likewise.
* testsuite/mb-bad-delim.sh: Likewise.
* testsuite/mb-charclass-non-utf8.sh: Likewise.
* testsuite/regex-max-int.sh: Likewise.
* testsuite/subst-options.sh: Likewise.
* testsuite/test-mbrtowc.c: Likewise.
* testsuite/utf8-ru.sh: Likewise.
This commit is contained in:
Jim Meyering
2025-03-29 11:10:41 -07:00
parent 5e9ee78fac
commit b4d01a9c91
15 changed files with 27 additions and 23 deletions

View File

@ -39,7 +39,7 @@ sed: regex input buffer length larger than INT_MAX
EOF
# Before sed-4.5, this was silently a no-op: would not perform the subsitution
# Before sed-4.5, this was silently a no-op: would not perform the substitution
# but would not indicate any error either (https://bugs.gnu.org/30520).
# Exit code 4 is "panic".
returns_ 4 sed 's/a/b/g' input >/dev/null 2>err1 || fail=1