From 6100083c9e75fea88b43d570548086bbfde81b18 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki Date: Sat, 16 May 2020 16:05:02 +0900 Subject: [PATCH] update test --- test/documents/gadfly/gadfly_formats_test.md.js.svg.pandoc | 5 ----- test/documents/gadfly/gadfly_formats_test.md.pdf.github | 1 - test/documents/gadfly/gadfly_formats_test.md.png.github | 1 - test/documents/gadfly/gadfly_formats_test.md.png.pandoc | 5 ----- test/documents/gadfly/gadfly_formats_test.md.svg.github | 1 - test/documents/gadfly/gadfly_formats_test.tex.pdf.tex | 1 - test/documents/gadfly/gadfly_formats_test.tex.png.tex | 1 - test/documents/gadfly/gadfly_formats_test.tex.ps.tex | 1 - test/documents/gadfly/gadfly_formats_test.tex.tex.tex | 1 - test/gadfly_formats.jl | 2 +- 10 files changed, 1 insertion(+), 18 deletions(-) diff --git a/test/documents/gadfly/gadfly_formats_test.md.js.svg.pandoc b/test/documents/gadfly/gadfly_formats_test.md.js.svg.pandoc index 8094289..14351fb 100644 --- a/test/documents/gadfly/gadfly_formats_test.md.js.svg.pandoc +++ b/test/documents/gadfly/gadfly_formats_test.md.js.svg.pandoc @@ -1,8 +1,3 @@ ---- -options : - out_path : gadfly ---- - ~~~~{.julia} using Gadfly x = range(0, stop =2π, step=0.05) diff --git a/test/documents/gadfly/gadfly_formats_test.md.pdf.github b/test/documents/gadfly/gadfly_formats_test.md.pdf.github index 1cb2883..f46ade6 100644 --- a/test/documents/gadfly/gadfly_formats_test.md.pdf.github +++ b/test/documents/gadfly/gadfly_formats_test.md.pdf.github @@ -1,4 +1,3 @@ - ````julia using Gadfly x = range(0, stop =2π, step=0.05) diff --git a/test/documents/gadfly/gadfly_formats_test.md.png.github b/test/documents/gadfly/gadfly_formats_test.md.png.github index 1fc2c1d..2514e62 100644 --- a/test/documents/gadfly/gadfly_formats_test.md.png.github +++ b/test/documents/gadfly/gadfly_formats_test.md.png.github @@ -1,4 +1,3 @@ - ````julia using Gadfly x = range(0, stop =2π, step=0.05) diff --git a/test/documents/gadfly/gadfly_formats_test.md.png.pandoc b/test/documents/gadfly/gadfly_formats_test.md.png.pandoc index d900a53..cb33b5b 100644 --- a/test/documents/gadfly/gadfly_formats_test.md.png.pandoc +++ b/test/documents/gadfly/gadfly_formats_test.md.png.pandoc @@ -1,8 +1,3 @@ ---- -options : - out_path : gadfly ---- - ~~~~{.julia} using Gadfly x = range(0, stop =2π, step=0.05) diff --git a/test/documents/gadfly/gadfly_formats_test.md.svg.github b/test/documents/gadfly/gadfly_formats_test.md.svg.github index 021fd36..0f11e89 100644 --- a/test/documents/gadfly/gadfly_formats_test.md.svg.github +++ b/test/documents/gadfly/gadfly_formats_test.md.svg.github @@ -1,4 +1,3 @@ - ````julia using Gadfly x = range(0, stop =2π, step=0.05) diff --git a/test/documents/gadfly/gadfly_formats_test.tex.pdf.tex b/test/documents/gadfly/gadfly_formats_test.tex.pdf.tex index 01fd6d2..d4729e0 100644 --- a/test/documents/gadfly/gadfly_formats_test.tex.pdf.tex +++ b/test/documents/gadfly/gadfly_formats_test.tex.pdf.tex @@ -1,4 +1,3 @@ - \begin{juliacode} using Gadfly x = range(0, stop =2π, step=0.05) diff --git a/test/documents/gadfly/gadfly_formats_test.tex.png.tex b/test/documents/gadfly/gadfly_formats_test.tex.png.tex index 435bf3e..ed629ad 100644 --- a/test/documents/gadfly/gadfly_formats_test.tex.png.tex +++ b/test/documents/gadfly/gadfly_formats_test.tex.png.tex @@ -1,4 +1,3 @@ - \begin{juliacode} using Gadfly x = range(0, stop =2π, step=0.05) diff --git a/test/documents/gadfly/gadfly_formats_test.tex.ps.tex b/test/documents/gadfly/gadfly_formats_test.tex.ps.tex index 32c4e4c..8a5b5b1 100644 --- a/test/documents/gadfly/gadfly_formats_test.tex.ps.tex +++ b/test/documents/gadfly/gadfly_formats_test.tex.ps.tex @@ -1,4 +1,3 @@ - \begin{juliacode} using Gadfly x = range(0, stop =2π, step=0.05) diff --git a/test/documents/gadfly/gadfly_formats_test.tex.tex.tex b/test/documents/gadfly/gadfly_formats_test.tex.tex.tex index 11ca45e..4989cb7 100644 --- a/test/documents/gadfly/gadfly_formats_test.tex.tex.tex +++ b/test/documents/gadfly/gadfly_formats_test.tex.tex.tex @@ -1,4 +1,3 @@ - \begin{juliacode} using Gadfly x = range(0, stop =2π, step=0.05) diff --git a/test/gadfly_formats.jl b/test/gadfly_formats.jl index b666ea0..d6a0882 100644 --- a/test/gadfly_formats.jl +++ b/test/gadfly_formats.jl @@ -8,7 +8,7 @@ function test_gadfly(doctype, fig_ext) out_path = joinpath(@__DIR__ , "documents/gadfly/"), doctype = doctype, fig_ext = fig_ext) result = read(out, String) - #cp(out, out*fig_ext*"."*doctype, force=true) # Used when adding new tests + # cp(out, out*fig_ext*"."*doctype, force=true) # Used when adding new tests ref = read(out*fig_ext*"."*doctype, String) @test result == ref rm(out)