/[suikacvs]/test/html-webhacc/WebHACC/Result.pm
Suika

Diff of /test/html-webhacc/WebHACC/Result.pm

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

revision 1.17 by wakaba, Sat Aug 30 10:27:47 2008 UTC revision 1.19 by wakaba, Thu Sep 11 09:13:57 2008 UTC
# Line 235  sub add_error ($%) { Line 235  sub add_error ($%) {
235    ## Error message    ## Error message
236    my $error_type_text = $opt{type};    my $error_type_text = $opt{type};
237    $out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text},    $out->nl_text ($error_type_text, node => $opt{node}, text => $opt{text},
238                   value => $opt{value});                   value => $opt{value}, char => $opt{char},
239                     octets => $opt{octets});
240        
241    ## Link to a long description    ## Link to a long description
242    
# Line 320  sub generate_result_section ($) { Line 321  sub generate_result_section ($) {
321         target => 'parse-errors', score_base => 10,         target => 'parse-errors', score_base => 10,
322         parent_status => $maindoc_status},         parent_status => $maindoc_status},
323        {label => 'Char L.', status => $self->{layers}->{charset},        {label => 'Char L.', status => $self->{layers}->{charset},
324         score_base => 10,         target => 'parse-errors', score_base => 10,
325         parent_status => $maindoc_status},         parent_status => $maindoc_status},
326          ## TODO: char semantics layer
327        {label => 'Syntax L.', status => $self->{layers}->{syntax},        {label => 'Syntax L.', status => $self->{layers}->{syntax},
328         target => 'parse-errors', score_base => 20,         target => 'parse-errors', score_base => 20,
329         parent_status => $maindoc_status},         parent_status => $maindoc_status},

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.19

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24