File: end_form.t

package info (click to toggle)
libcgi-pm-perl 3.49-1squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,044 kB
  • ctags: 354
  • sloc: perl: 6,095; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13

use strict;
use warnings;

use Test::More tests => 3;

BEGIN { use_ok 'CGI', qw/ -compile :form / };

is end_form() => '</form>', 'end_form()';
is endform() => '</form>', 'endform()';