chore: more tests, fixes

- add DELAY
- fix definition of OF-MAX-LENGTH
- add ignorable declaration to CONJ and DISJ
- lots of new tests
This commit is contained in:
Edward Langley
2022-10-01 12:00:23 -07:00
parent 6b83963208
commit 0a90adbe04
4 changed files with 222 additions and 15 deletions

View File

@ -8,7 +8,8 @@
:author "Edward Langley <el-cl@elangley.org>"
:license "Apache v2"
:depends-on (:cl-ppcre
:alexandria)
:alexandria
(:require :sb-cover))
:serial t
:in-order-to ((test-op (test-op :data-lens/test)))
:components ((:file "package")
@ -20,7 +21,8 @@
:author "Edward Langley <el-cl@elangley.org>"
:license "Apache v2"
:depends-on (:data-lens
:fiveam)
:fiveam
:string-case)
:serial t
:perform (test-op (o c)
(unless (symbol-call :fiveam '#:run! :data-lens.lens)