From 66495ed2c00004b86f8d73905865c925ebac1e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Jun 2022 04:39:53 +0200 Subject: Clean up btn. --- tests/test/html/component.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test') 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 -- cgit v1.2.3