summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2025-10-26#9: Implement zipper supportAsko Nõmm
2025-10-20#7: Have the round trip test run only in server-side (cljs has no slurp)Asko Nõmm
2025-10-20#7: Fixes an issue where `!doctype` would be left out when creating nodes ↵Asko Nõmm
due to it being a void element, and adds a full HTML page test case.
2025-10-19#5: Fixen an issue where same-name children of a root would cause the nodes ↵Asko Nõmm
to close too early.
2025-10-19#3: Fixes an issue where if the attribute value contained forward slashes, ↵Asko Nõmm
it would break the attribute parsing.
2025-10-19#1: Fixes an issue where self-closing elements would break the attrs parsingAsko Nõmm
2025-10-19Fix an issue where a sequence of nodes created with the `$` helper would break.Asko Nõmm
2025-10-09Do away with the $ macro for runtime-agnostic purposesAsko Nõmm
2025-10-08Fix CLJS nodes testAsko Nõmm
2025-10-08Add test runner for cljsAsko Nõmm
2025-10-04Improve test coverageAsko Nõmm
2025-10-04Improve test coverageAsko Nõmm
2025-09-27Clean-up, documenting...Asko Nõmm
2025-09-26On second thought it's really not related to templating, just nodes, so ↵Asko Nõmm
moving to nodes ns.
2025-09-26Rename `utils-test` to `templates-test`Asko Nõmm
2025-09-23Make nodes have namespaces keys so that we could make `$` helper macro into ↵Asko Nõmm
a function instead.
2025-09-20Fix issue with node name capture, add another test case.Asko Nõmm
2025-09-20Many fixes to coordinates logic in capturing attributes, and more tests. ↵Asko Nõmm
Coordinates ns is shaping up well.
2025-09-14Improve testsAsko Nõmm
2025-09-14Fix issue where a text node coordinate would not be created if it's the only ↵Asko Nõmm
node in text.
2025-09-14Restructure and start working on testsAsko Nõmm