/[Frey]/branches/no-pager/lib/Frey/Test/Runner.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/no-pager/lib/Frey/Test/Runner.pm

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

revision 737 by dpavlin, Wed Dec 3 21:12:43 2008 UTC revision 738 by dpavlin, Sat Dec 6 15:29:10 2008 UTC
# Line 152  sub as_markup { Line 152  sub as_markup {
152                  . qq|<ul><li>|                  . qq|<ul><li>|
153                  . join("</li>\n<li>",                  . join("</li>\n<li>",
154                          map {                          map {
155                                  qq|<a href="?test=$_"><tt>$_</tt></a> &larr; |                                  my $test = $_;
156                                  .                                  my $depends =
157                                  join(' ',                                  join(' ',
158                                          map {                                          map {
159                                                  if ( m{\s} ) {                                                  if ( m{\s} ) {
# Line 163  sub as_markup { Line 163  sub as_markup {
163  #                                                       qq|<a target="editor" href="/editor+$_+1" title="edit">$_</a>|  #                                                       qq|<a target="editor" href="/editor+$_+1" title="edit">$_</a>|
164                                                  }                                                  }
165                                          } keys %{ $depends->{$_} }                                          } keys %{ $depends->{$_} }
166                                  )                                  );
167                                    qq|<a href="?test=$test"><tt>$test</tt></a>|
168                                    . ( $depends ? qq| &larr; $depends| : '' )
169                                    ;
170                          } @tests )                          } @tests )
171                  . qq|</li></ul>|                  . qq|</li></ul>|
172                  ;                  ;

Legend:
Removed from v.737  
changed lines
  Added in v.738

  ViewVC Help
Powered by ViewVC 1.1.26