update test

avi/dynamic
Shuhei Kadowaki 2020-05-16 16:05:02 +09:00
parent 6955ca6be2
commit 6100083c9e
10 changed files with 1 additions and 18 deletions

View File

@ -1,8 +1,3 @@
---
options :
out_path : gadfly
---
~~~~{.julia}
using Gadfly
x = range(0, stop =2π, step=0.05)

View File

@ -1,4 +1,3 @@
````julia
using Gadfly
x = range(0, stop =2π, step=0.05)

View File

@ -1,4 +1,3 @@
````julia
using Gadfly
x = range(0, stop =2π, step=0.05)

View File

@ -1,8 +1,3 @@
---
options :
out_path : gadfly
---
~~~~{.julia}
using Gadfly
x = range(0, stop =2π, step=0.05)

View File

@ -1,4 +1,3 @@
````julia
using Gadfly
x = range(0, stop =2π, step=0.05)

View File

@ -1,4 +1,3 @@
\begin{juliacode}
using Gadfly
x = range(0, stop =2π, step=0.05)

View File

@ -1,4 +1,3 @@
\begin{juliacode}
using Gadfly
x = range(0, stop =2π, step=0.05)

View File

@ -1,4 +1,3 @@
\begin{juliacode}
using Gadfly
x = range(0, stop =2π, step=0.05)

View File

@ -1,4 +1,3 @@
\begin{juliacode}
using Gadfly
x = range(0, stop =2π, step=0.05)

View File

@ -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)