]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - t/10-set.t
Make ->render return one body for each argument
[perl/modules/LaTeX-TikZ.git] / t / 10-set.t
index f8d4dee883657c2a1a27bf2535dc5e3dba358ab9..190846c6972956359b799d9f0db65f28fcf7b206 100644 (file)
@@ -128,7 +128,7 @@ eval {
 };
 is $@, '', 'adding something to a path set doesn\'t croak';
 
-check [ $path, $path ], 'two identical path sets', <<'RES';
+check Tikz->seq($path, $path), 'two identical path sets', <<'RES';
 \draw foo bar baz foo ;
 \draw foo bar baz foo ;
 RES