]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - t/01-api.t
Complete patterns implementation, interface and tests
[perl/modules/LaTeX-TikZ.git] / t / 01-api.t
index 4ccbc96155b8da09b030e59708412d822da94521..78b56213fc4fd5944282504479af2bc482da6adc 100644 (file)
@@ -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) {