Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4c0e496

Browse files
committed
'fixup
1 parent ab86a94 commit 4c0e496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ngSanitize/sanitizeSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ describe('HTML', function() {
174174

175175
it('should remove unsafe value', function() {
176176
expectHTML('<a href="javascript:alert()">').toEqual('<a></a>');
177-
expectHTML('<img src="foo.gif" usemap="#foomap">').toEqual('<img src="foo.gif">');
177+
expectHTML('<img src="foo.gif" usemap="#foomap">').toEqual('<img src="foo.gif"/>');
178178
});
179179

180180
it('should handle self closed elements', function() {

0 commit comments

Comments
 (0)