]> iEval git - app-musicexpo.git/blobdiff - t/musicexpo.t
Update tests
[app-musicexpo.git] / t / musicexpo.t
index fcd4e69c833b3a8266c5c34f2296f82cb43a6604..beae39b1e0ad2b1569a4bfe95a645325d3ff661d 100644 (file)
@@ -19,10 +19,15 @@ is $out, <<'OUT', 'output is correct';
 <title>Music</title>
 <meta charset="utf-8">
 <link rel="stylesheet" href="/music.css">
+<script async defer type="application/javascript" src="player.js"></script>
+
+<div id="player"></div>
 
 <table border>
 <thead>
 <tr><th>Title<th>Artist<th>Album<th>Genre<th>Track<th>Year<th>Type
 <tbody>
 </table>
+
+<pre id="json" style="display: none">{"files":[],"prefix":"/music/"}</pre>
 OUT
This page took 0.023172 seconds and 4 git commands to generate.