root/lang/perl/MENTA/trunk/t/form_post.t
@
23706
| Revision 23706, 213 bytes (checked in by drry, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use warnings; |
| 3 | use Test::More tests => 1; |
| 4 | use t::Utils; |
| 5 | |
| 6 | my $out = run_cgi( |
| 7 | PATH_INFO => '/form', |
| 8 | REQUEST_METHOD => 'GET', |
| 9 | QUERY_STRING => 'r=foo' |
| 10 | ); |
| 11 | like $out, qr/\br\s*:\s*"foo"/; |
| 12 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)