Skip to content

Commit 494cbff

Browse files
committed
fix test
1 parent 1947340 commit 494cbff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ using Test
4747
end
4848

4949
@testset "test_whitelisted_longdesc_schemes_are_allowed" begin
50-
stuff = """<img longdesc="http://longdesc.com" src="./foo.jpg"></img>"""
50+
stuff = """<img longdesc="http://longdesc.com"src="./foo.jpg"></img>"""
5151
html = HTMLSanitizer.sanitize(stuff)
5252
@test stuff == html
5353
end

0 commit comments

Comments
 (0)