From 9f92541c0dd856f8ffe6e956ebe76bff33eade0f Mon Sep 17 00:00:00 2001
From: Urban Müller
Date: Thu, 20 Aug 2009 12:38:08 +0000
Subject: enforce img alt
---
tests/it_html.t | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'tests/it_html.t')
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(array('src' => "foo.png", 'alt' => "")),
+ '',
"empty link tag"
);
--
cgit v1.2.3