index
:
dompa.git
allow-docstrings-in-defhtml
main
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Collapse
)
Author
2025-10-19
Fix an issue where a sequence of nodes created with the `$` helper would break.
Asko Nõmm
2025-10-09
Do away with the $ macro for runtime-agnostic purposes
Asko Nõmm
2025-10-08
Fix CLJS nodes test
Asko Nõmm
2025-10-08
Add test runner for cljs
Asko Nõmm
2025-10-04
Improve test coverage
Asko Nõmm
2025-10-04
Improve test coverage
Asko Nõmm
2025-09-27
Clean-up, documenting...
Asko Nõmm
2025-09-26
On second thought it's really not related to templating, just nodes, so ↵
Asko Nõmm
moving to nodes ns.
2025-09-26
Rename `utils-test` to `templates-test`
Asko Nõmm
2025-09-23
Make nodes have namespaces keys so that we could make `$` helper macro into ↵
Asko Nõmm
a function instead.
2025-09-20
Fix issue with node name capture, add another test case.
Asko Nõmm
2025-09-20
Many fixes to coordinates logic in capturing attributes, and more tests. ↵
Asko Nõmm
Coordinates ns is shaping up well.
2025-09-14
Improve tests
Asko Nõmm
2025-09-14
Fix issue where a text node coordinate would not be created if it's the only ↵
Asko Nõmm
node in text.
2025-09-14
Restructure and start working on tests
Asko Nõmm