summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/it_html.t4
1 files changed, 2 insertions, 2 deletions
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("<a href=index.html>foo</a>"),
- '<a href="index.html">foo</a>',
+ it_html::sanitize("<a href=http://search.ch/>foo</a>"),
+ '<a href="http://search.ch/">foo</a>',
'TODO it_html::sanitize handle anchors with unquoted attribute value'
);