File: data.t

package info (click to toggle)
libgoto-file-perl 0.005-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 72; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 138 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use Test2::V0;

is(
    [<DATA>],
    ["foo\n", "bar\n", "baz\n"],
    "Got correct data section"
);

done_testing;

__DATA__
foo
bar
baz