Fix and run string tests.
This commit is contained in:
parent
cf2913fdea
commit
b2da67e4e0
3 changed files with 10 additions and 6 deletions
|
@ -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!))
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue