Tests corrected.

This commit is contained in:
2026-08-22 13:50:03 +02:00
parent 201b8f189c
commit 7f66e09e9b
7 changed files with 25 additions and 17 deletions
+8
View File
@@ -1,3 +1,11 @@
0.2.16
- Fix pregexp tab escapes in the `time` tests for Racket 9.2.
- Keep the tests on `racket/base` by using `car` and `cadr` instead of undeclared `first` and `second` bindings.
- Test `dirname` output directly instead of using an unnecessary platform path regular expression.
- Align the package, help metadata, README, and source header on version 0.2.16.
- No command API or command behavior changes.
0.2.14
- Add `rackedit` as a runtime dependency.