X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=t%2F01-api.t;h=78b56213fc4fd5944282504479af2bc482da6adc;hp=4ccbc96155b8da09b030e59708412d822da94521;hb=d934d1a7f7268b248687f14e0ede2723010bf243;hpb=92f8566cc72a8bfded5c55589030ddab5f215bd6 diff --git a/t/01-api.t b/t/01-api.t index 4ccbc96..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 + 17 + 12; +use Test::More tests => 5 + 18 + 12; use LaTeX::TikZ; @@ -34,7 +34,7 @@ my @methods = qw/ point line polyline closed_polyline rectangle circle arc arrow raw_mod clip layer - width color fill + width color fill pattern /; for (@methods) {