File: end_form.t

package info (click to toggle)
libcgi-pm-perl 4.68-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,028 kB
  • sloc: perl: 6,082; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9

use strict;
use warnings;

use Test::More tests => 2;

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

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