summaryrefslogtreecommitdiff
path: root/t/06-libxml.t
diff options
context:
space:
mode:
Diffstat (limited to 't/06-libxml.t')
-rw-r--r--t/06-libxml.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/06-libxml.t b/t/06-libxml.t
index 94f1ae8..0151f98 100644
--- a/t/06-libxml.t
+++ b/t/06-libxml.t
@@ -68,7 +68,7 @@ my $tree=XML::LibXML->new->parse_string(<<'XML');
<body>
<p>test</p>
<img src="nothing" />
- <img src="this one" alt="pick" />
+ <img src="NOT this one" alt="pick" />
<x:img src="this one" alt="pick" />
</body>
</html>