From ca289b2f43a5b097c4ec20308c1661a0c404399c Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 11 Aug 2026 11:25:56 +0200 Subject: kernel: Slug and Lang validated private strings Both parse through a smart constructor returning result, and both hand-write t_of_sexp so a malformed value in a data file is rejected at load rather than silently accepted -- deriving the converter would have bypassed validation. --- test/test_colitur.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/test_colitur.ml') diff --git a/test/test_colitur.ml b/test/test_colitur.ml index c6c5b91..3341c36 100644 --- a/test/test_colitur.ml +++ b/test/test_colitur.ml @@ -1,2 +1,4 @@ (* Aggregating test runner. Per-module suites live in test_.ml. *) -let () = Alcotest.run "colitur" [ Test_date.suite; Test_computus.suite; Test_colour.suite ] +let () = + Alcotest.run "colitur" + [ Test_date.suite; Test_computus.suite; Test_colour.suite; Test_slug.suite ] -- cgit v1.3