Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Mar 30, 2024
1 parent 7f9a17d commit 0236bac
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions test/test_output.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,22 @@ Plots.with(:unicodeplots) do
end
end

Sys.isunix() && Plots.with(:plotlyjs) do
@test_save :html
@test_save :json
@test_save :pdf
@test_save :png
@test_save :svg
# @test_save :eps
end
if Sys.isunix()
Plots.with(:plotlyjs) do
@test_save :html
@test_save :json
@test_save :pdf
@test_save :png
@test_save :svg
# @test_save :eps
end

Sys.isunix() && Plots.with(:plotly) do
@test_save :pdf
@test_save :png
@test_save :svg
@test_save :html
Plots.with(:plotly) do
@test_save :pdf
@test_save :png
@test_save :svg
@test_save :html
end
end

if Sys.islinux() && Sys.which("pdflatex") nothing
Expand Down

0 comments on commit 0236bac

Please sign in to comment.