/[suikacvs]/markup/html/whatpm/t/URIChecker.t
Suika

Diff of /markup/html/whatpm/t/URIChecker.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wakaba, Fri May 25 14:16:29 2007 UTC revision 1.3 by wakaba, Sat Jun 30 13:12:33 2007 UTC
# Line 146  my $Cases = [ Line 146  my $Cases = [
146    },    },
147    {    {
148      data => q<http://[v0.aaa]/>,      data => q<http://[v0.aaa]/>,
149      errors => ['w::address format not supported:v0'],      errors => ['unsupported::address format not supported:v0'],
150    },    },
151    {    {
152      data => q<http://user@[v0.aaa]/>,      data => q<http://user@[v0.aaa]/>,
153      errors => ['w::address format not supported:v0'],      errors => ['unsupported::address format not supported:v0'],
154    },    },
155    {    {
156      data => q<http://user@[V0A.aaa]/>,      data => q<http://user@[V0A.aaa]/>,
157      errors => ['w::address format not supported:V0A',      errors => ['unsupported::address format not supported:V0A',
158                 's::uppercase host'],                 's::uppercase host'],
159    },    },
160    {    {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24