/[suikacvs]/markup/html/whatpm/t/CSS-Parser-1.t
Suika

Diff of /markup/html/whatpm/t/CSS-Parser-1.t

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

revision 1.21 by wakaba, Mon Feb 11 09:53:37 2008 UTC revision 1.22 by wakaba, Sat Aug 30 11:03:48 2008 UTC
# Line 5  use lib qw[/home/wakaba/work/manakai2/li Line 5  use lib qw[/home/wakaba/work/manakai2/li
5    
6  use Test;  use Test;
7    
8  BEGIN { plan tests => 548 }  BEGIN { plan tests => 2210 }
9    
10  require Whatpm::CSS::Parser;  require Whatpm::CSS::Parser;
11  require Message::DOM::Window;  require Message::DOM::Window;
# Line 100  for my $file_name (map {"t/$_"} qw( Line 100  for my $file_name (map {"t/$_"} qw(
100        push @actual_error, join ';',        push @actual_error, join ';',
101            $uri, $opt{token}->{line}, $opt{token}->{column},            $uri, $opt{token}->{line}, $opt{token}->{column},
102            $opt{level},            $opt{level},
103            $opt{type} . (defined $opt{value} ? ';'.$opt{value} : '');            $opt{type} .
104              (defined $opt{text} ? ';'.$opt{text} : '');
105      };      };
106    
107      my $ss = $p->parse_char_string ($test->{data});      my $ss = $p->parse_char_string ($test->{data});

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24