File: rt120450.t

package info (click to toggle)
libpdf-api2-perl 2.047-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,228 kB
  • sloc: perl: 42,227; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
use Test::More (tests => 1);

use PDF::API2;

my $pdf = PDF::API2->open('t/resources/sample.pdf');

ok($pdf->to_string(),
   q{open() followed by to_string() doesn't crash});