From 1750fccd215ed2606053fdc804420469b42758c1 Mon Sep 17 00:00:00 2001
From: David Flatz
Date: Mon, 29 Apr 2024 08:36:09 +0200
Subject: Improve test for unquoted value since we only pass through absolute
urls with http(s) scheme
---
test/it_html.t | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'test')
diff --git a/test/it_html.t b/test/it_html.t
index 80753db..4fef25d 100755
--- a/test/it_html.t
+++ b/test/it_html.t
@@ -266,8 +266,8 @@ is(
);
is(
- it_html::sanitize("foo"),
- 'foo',
+ it_html::sanitize("foo"),
+ 'foo',
'TODO it_html::sanitize handle anchors with unquoted attribute value'
);
--
cgit v1.2.3