--- test/html-webhacc/WebHACC/Result.pm 2008/09/10 10:23:00 1.18
+++ test/html-webhacc/WebHACC/Result.pm 2008/09/11 09:13:57 1.19
@@ -321,8 +321,9 @@
target => 'parse-errors', score_base => 10,
parent_status => $maindoc_status},
{label => 'Char L.', status => $self->{layers}->{charset},
- score_base => 10,
+ target => 'parse-errors', score_base => 10,
parent_status => $maindoc_status},
+ ## TODO: char semantics layer
{label => 'Syntax L.', status => $self->{layers}->{syntax},
target => 'parse-errors', score_base => 20,
parent_status => $maindoc_status},