We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1947340 commit 494cbffCopy full SHA for 494cbff
test/runtests.jl
@@ -47,7 +47,7 @@ using Test
47
end
48
49
@testset "test_whitelisted_longdesc_schemes_are_allowed" begin
50
- stuff = """<img longdesc="http://longdesc.com" src="./foo.jpg"></img>"""
+ stuff = """<img longdesc="http://longdesc.com"src="./foo.jpg"></img>"""
51
html = HTMLSanitizer.sanitize(stuff)
52
@test stuff == html
53
0 commit comments