]>
iEval git - app-musicexpo.git/blob - t/musicexpo.t
5 use Test
::More tests
=> 2;
9 BEGIN { use_ok
('App::MusicExpo'); }
13 open STDOUT
, '>', \
$out;
17 is
$out, <<'OUT', 'output is correct';
20 <meta charset="utf-8">
21 <link rel="stylesheet" href="musicexpo.css">
22 <script async defer type="application/javascript" src="player.js"></script>
24 <div id="player"></div>
28 <tr><th>Title<th>Artist<th>Album<th>Genre<th>Track<th>Year<th>Type
This page took 0.043951 seconds and 4 git commands to generate.