Browse Source

Update test/runtests.jl

Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
pull/183/head
Tamas K. Papp 4 years ago committed by GitHub
parent
commit
270c4705a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/runtests.jl

1
test/runtests.jl

@ -845,7 +845,6 @@ e @test occursin(r"!\[\]\(\d+\.svg\)", markdown) # image/svg+xml, fre @@ -845,7 +845,6 @@ e @test occursin(r"!\[\]\(\d+\.svg\)", markdown) # image/svg+xml, fre
write(f, "1 + 1")
Literate.markdown(f, outdir)
@test occursin("file_with_space", read(joinpath(outdir, "file with space.md"), String))
end
end
end end

Loading…
Cancel
Save