File: array.t

package info (click to toggle)
libtest-base-perl 0.59-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 656 kB
  • ctags: 203
  • sloc: perl: 2,014; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
use Test::Base tests => 1;

is_deeply first_block->foo, [qw(one two three)];

__DATA__


=== Create an array reference
--- foo lines chomp array
one
two
three