Changeset 24478
- Timestamp:
- 11/20/08 18:05:54 (7 weeks ago)
- Files:
-
- 1 modified
-
lang/perl/MENTA/trunk/t/mobile.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/MENTA/trunk/t/mobile.t
r23654 r24478 1 1 use Test::More tests => 1; 2 2 use t::Utils; 3 use Encode; 4 use utf8; 3 5 4 6 my $out = run_cgi( … … 7 9 HTTP_USER_AGENT => 'UP.Browser/3.04-TS13 UP.Link/3.4.4' 8 10 ); 9 like $out, qr/あなたのブラウザは EZweb です/;11 like decode('cp932', $out), qr/あなたのブラウザは EZweb です/; 10 12
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)