add a couple of more tests, and revert persistent-vector.sml to how it was before adding rope-like metadata

This commit is contained in:
2025-12-12 10:30:21 +00:00
parent 2f2d530dae
commit 1330bcdff9
5 changed files with 375 additions and 895 deletions

View File

@@ -5,13 +5,13 @@ struct
fun main () =
let
val tests = List.concat
[ NormalMove.tests
, NormalDelete.tests
, Regression.tests
, RegexTests.tests
, PersistentVectorTests.tests
]
val tests =
List.concat
[ NormalMove.tests
, NormalDelete.tests
, Regression.tests
, RegexTests.tests
]
val tests = concat tests
in
runWithConfig [Configuration.PrintPassed false] tests