Fix test
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 22 Oct 2016 17:39:12 +0000 (18:39 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 22 Oct 2016 17:39:12 +0000 (18:39 +0100)
t/musicexpo-cache.t

index b703b7a035608cf81cd24fb0ed017cc46b1f3914..6ed30460d779a905ff9dd5bbe29575799d080081 100644 (file)
@@ -35,7 +35,7 @@ push @lines, $prefix . '<a href="/music/empty2.opus">Opus</a> ' if $handled{'.op
 push @lines, $prefix . '<a href="/music/empty3.mp3">MP3</a> ' if $handled{'.mp3'};
 push @lines, '<td class="album">L&#39;autre endroit<td class="genre">Electro<td class="track">1/9<td class="year">2005<td class="formats"><a href="/music/empty4.aac">AAC</a> ' if $handled{'.aac'};
 
-my $contents = join "\n", @lines;
+my $contents = join '', map { "\n$_" } @lines;
 
 App::MusicExpo->run;
 
This page took 0.011241 seconds and 4 git commands to generate.