File: no-datat.t

package info (click to toggle)
libdata-section-simple-perl 0.07-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 66; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use strict;
use Data::Section::Simple qw(get_data_section);
use Test::More;

is get_data_section('foo.html'), undef, 'Do not die.';

done_testing;