summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/it_html.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/it_html.t b/tests/it_html.t
index 75a8c69..8a8aed6 100755
--- a/tests/it_html.t
+++ b/tests/it_html.t
@@ -19,8 +19,8 @@ is(
);
is(
- img(array('src' => "foo.png")),
- '<img src="foo.png">',
+ img(array('src' => "foo.png", 'alt' => "")),
+ '<img src="foo.png" alt="">',
"empty link tag"
);