<feed xmlns='http://www.w3.org/2005/Atom'>
<title>colitur.git/test/test_slug.ml, branch v0.3.0</title>
<subtitle>deterministic OCaml engine to compute and validate liturgical calendars for multiple rites, template-driven output to year 9999</subtitle>
<id>https://git.labunix.xyz/colitur.git/atom?h=v0.3.0</id>
<link rel='self' href='https://git.labunix.xyz/colitur.git/atom?h=v0.3.0'/>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/colitur.git/'/>
<updated>2026-08-11T09:33:12Z</updated>
<entry>
<title>test(kernel): cover Lang's sexp validation path</title>
<updated>2026-08-11T09:33:12Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-08-11T09:33:12Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/colitur.git/commit/?id=270be2561ae440cea814566b74712750352e56e4'/>
<id>urn:sha1:270be2561ae440cea814566b74712750352e56e4</id>
<content type='text'>
test_lang exercised only of_string. Add a sexp round-trip plus a
check_raises proving a malformed-but-plausible code ("e1": right length,
fails the lowercase rule) is rejected by t_of_sexp rather than silently
accepted -- mirrors test_slug_sexp's guard against a future regression to
[@@deriving sexp].
</content>
</entry>
<entry>
<title>kernel: Slug and Lang validated private strings</title>
<updated>2026-08-11T09:25:56Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-08-11T09:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/colitur.git/commit/?id=ca289b2f43a5b097c4ec20308c1661a0c404399c'/>
<id>urn:sha1:ca289b2f43a5b097c4ec20308c1661a0c404399c</id>
<content type='text'>
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.
</content>
</entry>
</feed>
