Update tests
[app-musicexpo.git] / t / musicexpo.t
index b2f133cb18f12ea1fd8a4dc66d46d6d72118e1cc..550c5745cab34eb7531cefdcbacb789a8a2fa1d3 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -wT -CSDA
+#!/usr/bin/perl -wT
 use v5.14;
 use warnings;
 
@@ -18,7 +18,10 @@ is $out, <<'OUT', 'output is correct';
 <!DOCTYPE html>
 <title>Music</title>
 <meta charset="utf-8">
-<link rel="stylesheet" href="/music.css">
+<link rel="stylesheet" href="musicexpo.css">
+<script async defer type="application/javascript" src="player.js"></script>
+
+<div id="player"></div>
 
 <table border>
 <thead>
This page took 0.009738 seconds and 4 git commands to generate.