blob: fd1310674e7f213142c9107f1bda550b9df81fef [file] [log] [blame]
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()';