Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Korsbo committed Jul 16, 2018
1 parent 941dfd2 commit 08c3a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/latextabular_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Latexify
using Base.Test
d = DataFrame(11:13, [:X, :Y, :Z])

@Latexify.generate_test latexify(d; env=:table, side=[1, 2])
# @Latexify.generate_test latexify(d; env=:table, side=[1, 2])

@test latexify(d; env=:table, side=[1, 2]) ==
raw"\begin{tabular}{cccc}
Expand Down

0 comments on commit 08c3a16

Please sign in to comment.