X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F01-api.t;h=6e96183b71fcfb22bf2838ba53883983f4b276df;hb=4ec204cfd114d9ce19fd616f093503c971b00a1f;hp=dd098d96fa2d490a128d78cf64645016517a2a69;hpb=65b895926935d98e3bd34b82a6e8b4e4e6b2f09c;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/t/01-api.t b/t/01-api.t index dd098d9..6e96183 100644 --- a/t/01-api.t +++ b/t/01-api.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 5 + 20 + 12; +use Test::More tests => 5 + 23 + 12; use LaTeX::TikZ; @@ -31,11 +31,11 @@ is(prototype('Tikz'), '', 'main::Tikz is actually a constant'); my @methods = qw< formatter functor raw - path seq + union seq chain join point line polyline closed_polyline rectangle circle arc arrow raw_mod clip layer - width color fill pattern + scale width color fill pattern >; for (@methods) {