X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=t%2F01-api.t;h=6e96183b71fcfb22bf2838ba53883983f4b276df;hp=3e2f3547ff7d95ea235f030c8e1d7618e00f3c85;hb=0fb9961e1a5172180e428b49f67e2120835c9e3c;hpb=e8590b71a4239eabe4a13e86163b1ed8dad695ed diff --git a/t/01-api.t b/t/01-api.t index 3e2f354..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 + 22 + 12; +use Test::More tests => 5 + 23 + 12; use LaTeX::TikZ; @@ -35,7 +35,7 @@ my @methods = qw< point line polyline closed_polyline rectangle circle arc arrow raw_mod clip layer - width color fill pattern + scale width color fill pattern >; for (@methods) {