summaryrefslogtreecommitdiff
path: root/tests/test-dfa-invalid-char-class.sh
Commit message (Collapse)AuthorAgeFilesLines
* dfa tests: Fix test failure on mingw differently.Bruno Haible2023-04-221-2/+1
| | | | | | | | | Suggested by Paul Eggert. * tests/test-dfa-invalid-char-class.sh: Revert last change. * tests/test-dfa-match-aux.c: Include binary-io.h. (main): Put stdout into binary mode. * modules/dfa-tests (Depends-on): Add binary-io.
* dfa tests: Fix test failure on mingw.Bruno Haible2023-04-201-1/+2
| | | | | * tests/test-dfa-invalid-char-class.sh: Transform CRLF to LF in the output, before comparing with the expected output.
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
|
* dfa tests: Follow common file naming conventions.Bruno Haible2020-07-031-0/+30
* tests/test-dfa-match-aux.c: Renamed from tests/dfa-match-aux.c. * tests/test-dfa-match.sh: Renamed from tests/dfa-match.sh. Update. * tests/test-dfa-invalid-char-class.sh: Renamed from tests/dfa-invalid-char-class.sh. Update. * modules/dfa-tests (Files, Makefile.am): Update.