aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/util/sxml-namespaced.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:26:40 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-02 19:28:44 +0200
commit712654d4c023a2ab13190c6905d313e0ba897965 (patch)
treeb8505b420d6621022fa6a46271340071d8881322 /tests/unit/util/sxml-namespaced.scm
parentMade displayln into a library export. (diff)
downloadcalp-712654d4c023a2ab13190c6905d313e0ba897965.tar.gz
calp-712654d4c023a2ab13190c6905d313e0ba897965.tar.xz
Rewrite test running system.
Diffstat (limited to '')
-rw-r--r--tests/unit/util/sxml-namespaced.scm (renamed from tests/test/sxml-namespaced.scm)2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/sxml-namespaced.scm b/tests/unit/util/sxml-namespaced.scm
index 55d52798..b2d55028 100644
--- a/tests/test/sxml-namespaced.scm
+++ b/tests/unit/util/sxml-namespaced.scm
@@ -168,3 +168,5 @@
(xml->namespaced-sxml "<x:a xmlns:y=\"http://example.com/1\"><x:b/></x:a>"
; `((x . ,(ns 1)))
))
+
+'((sxml namespaced))