X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-api.t;h=78b56213fc4fd5944282504479af2bc482da6adc;hb=d934d1a7f7268b248687f14e0ede2723010bf243;hp=106ebbe649b573ea0ffe84c8e09bf5310e83b2c3;hpb=1918fdf5100058cd6a4281bc8b04ec8977841e5e;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/t/01-api.t b/t/01-api.t index 106ebbe..78b5621 100644 --- a/t/01-api.t +++ b/t/01-api.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 5 + 16 + 12; +use Test::More tests => 5 + 18 + 12; use LaTeX::TikZ; @@ -31,10 +31,10 @@ is(prototype('Tikz'), '', 'main::Tikz is actually a constant'); my @methods = qw/ raw path seq - point line polyline closed_polyline rectangle circle arc + point line polyline closed_polyline rectangle circle arc arrow raw_mod clip layer - width color fill + width color fill pattern /; for (@methods) {