Update tests
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 29 Mar 2015 09:48:53 +0000 (12:48 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 29 Mar 2015 09:48:53 +0000 (12:48 +0300)
t/musicexpo-cache.t
t/musicexpo.t

index 70972a1b8882b34106254376eb2d6003a487b06e..0e45058d63b6b62aafebfb0774ceafec26c8837b 100644 (file)
@@ -27,6 +27,9 @@ 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>
index 919a59cdcba87bab3f6857e29fca464e2c8a0db9..beae39b1e0ad2b1569a4bfe95a645325d3ff661d 100644 (file)
@@ -19,6 +19,9 @@ 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>
This page took 0.011658 seconds and 4 git commands to generate.