content: document validation (validate.sx) + 17 tests (294/294)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 46s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 01:25:37 +00:00
parent ef38b24110
commit 7836709f91
6 changed files with 288 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ if [ ! -x "$SX_SERVER" ]; then
fi
fi
SUITES=(block doc render api markdown store crdt crdt-store sync fed)
SUITES=(block doc render api markdown validate store crdt crdt-store sync fed)
OUT_JSON="lib/content/scoreboard.json"
OUT_MD="lib/content/scoreboard.md"
@@ -43,6 +43,7 @@ run_suite() {
(load "lib/content/render.sx")
(load "lib/content/api.sx")
(load "lib/content/markdown.sx")
(load "lib/content/validate.sx")
(load "lib/content/store.sx")
(load "lib/content/crdt.sx")
(load "lib/content/crdt-store.sx")