aboutsummaryrefslogtreecommitdiff
path: root/tests/test
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:39:53 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:39:53 +0200
commit66495ed2c00004b86f8d73905865c925ebac1e26 (patch)
tree67fa2f9fc72a6852df5016b53d7aca9778c728f6 /tests/test
parentAdd TODO about query parameters. (diff)
downloadcalp-66495ed2c00004b86f8d73905865c925ebac1e26.tar.gz
calp-66495ed2c00004b86f8d73905865c925ebac1e26.tar.xz
Clean up btn.
Diffstat (limited to 'tests/test')
-rw-r--r--tests/test/html/component.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/html/component.scm b/tests/test/html/component.scm
index 7d17be7f..a1fbdfbc 100644
--- a/tests/test/html/component.scm
+++ b/tests/test/html/component.scm
@@ -12,7 +12,7 @@
(btn onclick: "onclick" "Body"))
(test-equal "href button, without body"
- '(a (@ (class "btn") (href "href")) #f)
+ '(a (@ (class "btn") (href "href")))
(btn href: "href"))
(test-error 'wrong-type-arg