aboutsummaryrefslogtreecommitdiff
path: root/tests/test
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-12 03:11:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-12 03:11:52 +0200
commit12dc92b8fb1eb2fe81d95d315afde9e84e1174b1 (patch)
tree8631711501e7c52d600fb5f6c9f9127d8e94a999 /tests/test
parentStop using with-label. (diff)
downloadcalp-12dc92b8fb1eb2fe81d95d315afde9e84e1174b1.tar.gz
calp-12dc92b8fb1eb2fe81d95d315afde9e84e1174b1.tar.xz
Remove with-label.
Diffstat (limited to 'tests/test')
-rw-r--r--tests/test/html/component.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test/html/component.scm b/tests/test/html/component.scm
index 050810be..7d17be7f 100644
--- a/tests/test/html/component.scm
+++ b/tests/test/html/component.scm
@@ -23,7 +23,6 @@
(btn class: '("test") "body"))
;; tabset
-;; with-label
(test-equal '(link (@ (type "text/css") (rel "stylesheet") (href "style.css")))
(include-css "style.css"))