| 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; |
| 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}); |