diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-08-13 17:03:19 -0400 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-08-13 17:03:19 -0400 |
commit | bcc0594e9b64c89b56e8ea6891c0a9f8b97c57d1 (patch) | |
tree | a9b1274d4c91673b6da697f31d82177b16538913 /test/ChangeLog | |
parent | 492c24d65f760edea1f9228260930728eb747cf7 (diff) | |
download | egawk-bcc0594e9b64c89b56e8ea6891c0a9f8b97c57d1.tar.gz egawk-bcc0594e9b64c89b56e8ea6891c0a9f8b97c57d1.tar.bz2 egawk-bcc0594e9b64c89b56e8ea6891c0a9f8b97c57d1.zip |
Rationalize strong regex as param to sub/gsub. Add tests.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r-- | test/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c92f0188..c3dcd555 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2021-08-13 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): regexsub, new test. + * regexsub.awk, regexsub.ok: New files. + 2021-05-15 Eli Zaretskii <eliz@gnu.org> * iolint.ok: Reorder results to follow the order of iolint.awk. |