/[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.16 by wakaba, Sat Aug 30 05:32:51 2008 UTC revision 1.17 by wakaba, Sat Aug 30 10:27:47 2008 UTC
# Line 177  sub add_error ($%) { Line 177  sub add_error ($%) {
177        $out->text (substr $opt{value}, $opt{pos_start},        $out->text (substr $opt{value}, $opt{pos_start},
178                        $opt{pos_end} - $opt{pos_start} + 1);                        $opt{pos_end} - $opt{pos_start} + 1);
179        $out->end_tag ('mark');        $out->end_tag ('mark');
180        $out->text (substr $opt{value}, $opt{pos_end} + 1);        $out->text (substr $opt{value}, $opt{pos_end} + 1)
181              if $opt{pos_end} < length $opt{value};
182        $out->end_tag ('code');        $out->end_tag ('code');
183      } elsif ($opt{value_mark_end}) {      } elsif ($opt{value_mark_end}) {
184        $out->start_tag ('code');        $out->start_tag ('code');

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24