Fix and run string tests.

This commit is contained in:
Dominik Pantůček 2023-04-11 14:00:28 +02:00
parent cf2913fdea
commit b2da67e4e0
3 changed files with 10 additions and 6 deletions

View file

@ -45,7 +45,8 @@
table
util-csv
util-set-list
util-parser)
util-parser
util-string)
(define (run-all-tests!)
(listing-tests!)
@ -61,6 +62,7 @@
(table-tests!)
(csv-simple-tests!)
(lset-tests!)
(parser-tests!))
(parser-tests!)
(string-tests!))
)