Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 40s
CtText.text may be a list of runs (text marks href); CtHeading/CtQuote rich, CtCode verbatim. New runs.sx overrides render/markdown/text methods (byte- identical for plain strings, opt-in). 4 modes: HTML tags / markdown / nested SX / plain asText (drift-proof). find-replace per-run marks-preserving; search across run boundaries; CRDT block-granularity LWW; data+wire round-trip. Runs are a Smalltalk-renderable list (not a dict — substrate can't read dict fields under nested render dispatch). +36 tests (44 suites). Phase 6 (char- level inline CRDT) recorded as future. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
52 lines
1.8 KiB
JSON
52 lines
1.8 KiB
JSON
{
|
|
"suites": {
|
|
"block": {"pass": 38, "fail": 0},
|
|
"doc": {"pass": 40, "fail": 0},
|
|
"render": {"pass": 42, "fail": 0},
|
|
"api": {"pass": 32, "fail": 0},
|
|
"meta": {"pass": 27, "fail": 0},
|
|
"page": {"pass": 7, "fail": 0},
|
|
"page-full": {"pass": 4, "fail": 0},
|
|
"markdown": {"pass": 20, "fail": 0},
|
|
"runs": {"pass": 36, "fail": 0},
|
|
"text": {"pass": 20, "fail": 0},
|
|
"section": {"pass": 25, "fail": 0},
|
|
"compose": {"pass": 17, "fail": 0},
|
|
"tree-edit": {"pass": 17, "fail": 0},
|
|
"move": {"pass": 24, "fail": 0},
|
|
"block-path": {"pass": 13, "fail": 0},
|
|
"clone": {"pass": 10, "fail": 0},
|
|
"query": {"pass": 20, "fail": 0},
|
|
"toc": {"pass": 8, "fail": 0},
|
|
"anchor": {"pass": 6, "fail": 0},
|
|
"outline": {"pass": 14, "fail": 0},
|
|
"flatten": {"pass": 10, "fail": 0},
|
|
"transform": {"pass": 12, "fail": 0},
|
|
"normalize": {"pass": 11, "fail": 0},
|
|
"find-replace": {"pass": 16, "fail": 0},
|
|
"stats": {"pass": 17, "fail": 0},
|
|
"summary": {"pass": 14, "fail": 0},
|
|
"index": {"pass": 13, "fail": 0},
|
|
"table": {"pass": 15, "fail": 0},
|
|
"callout": {"pass": 12, "fail": 0},
|
|
"media": {"pass": 15, "fail": 0},
|
|
"data": {"pass": 25, "fail": 0},
|
|
"wire": {"pass": 11, "fail": 0},
|
|
"validate": {"pass": 32, "fail": 0},
|
|
"sanitize": {"pass": 12, "fail": 0},
|
|
"store": {"pass": 46, "fail": 0},
|
|
"snapshot": {"pass": 20, "fail": 0},
|
|
"crdt": {"pass": 34, "fail": 0},
|
|
"crdt-tree": {"pass": 21, "fail": 0},
|
|
"crdt-blocks": {"pass": 7, "fail": 0},
|
|
"crdt-store": {"pass": 14, "fail": 0},
|
|
"sync": {"pass": 14, "fail": 0},
|
|
"md-import": {"pass": 38, "fail": 0},
|
|
"md-doc": {"pass": 12, "fail": 0},
|
|
"fed": {"pass": 20, "fail": 0}
|
|
},
|
|
"total_pass": 861,
|
|
"total_fail": 0,
|
|
"total": 861
|
|
}
|