all repos — min @ 9c78a1e8f079faffd140a5c828cdd320cbdbea35

A small but practical concatenative programming language.

Added more tests.
h3rald h3rald@h3rald.com
Sun, 30 Jul 2023 13:36:57 +0200
commit

9c78a1e8f079faffd140a5c828cdd320cbdbea35

parent

4da4ef954921993dd39b2c033d40b84c8ea17630

1 files changed, 5 insertions(+), 0 deletions(-)

jump to
M tests/xml.mintests/xml.min

@@ -23,5 +23,10 @@ xnode (child text) => %children @xnode

xnode to-xml "<test attr1=\"a\"><a1 />text...</test>" == ) *test/assert + ( + "<test a=\"1\"><b>test</b></test>" from-xml :xnode + xnode /children first /children first /text "test" == + ) *test/assert + *test/report clear-stack