« get me outta code hell

generateTrackReleaseInfo.js.test.cjs « snapshot « test « tap-snapshots - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/tap-snapshots/test/snapshot/generateTrackReleaseInfo.js.test.cjs
blob: 3d988dce5fa855f826e98f2cbbc385c08390be51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/* IMPORTANT
 * This snapshot file is auto-generated, but designed for humans.
 * It should be checked into source control and tracked carefully.
 * Re-generate by setting TAP_SNAPSHOT=1 and running tests.
 * Make sure to inspect the output below.  Do not ignore changes!
 */
'use strict'
exports[`test/snapshot/generateTrackReleaseInfo.js > TAP > generateTrackReleaseInfo (snapshot) > basic behavior 1`] = `
<p>
    By <a href="artist/toby-fox/">Toby Fox</a>.
    <br>
    Released 11/29/2011.
    <br>
    Duration: 0:58.
</p>
<p>Listen on <a href="https://soundcloud.com/foo" class="nowrap">SoundCloud</a> or <a href="https://youtube.com/watch?v=bar" class="nowrap">YouTube</a>.</p>
`

exports[`test/snapshot/generateTrackReleaseInfo.js > TAP > generateTrackReleaseInfo (snapshot) > cover artist contribs, non-unique 1`] = `
<p>By <a href="artist/toby-fox/">Toby Fox</a>.</p>
<p>This wiki doesn't have any listening links for <i>Suspicious Track</i>.</p>
`

exports[`test/snapshot/generateTrackReleaseInfo.js > TAP > generateTrackReleaseInfo (snapshot) > cover artist contribs, unique 1`] = `
<p>
    By <a href="artist/toby-fox/">Toby Fox</a>.
    <br>
    Cover art by <span class="contribution nowrap"><a href="artist/alpaca/">Alpaca</a> (&#x1F525;)</span>.
</p>
<p>This wiki doesn't have any listening links for <i>Suspicious Track</i>.</p>
`

exports[`test/snapshot/generateTrackReleaseInfo.js > TAP > generateTrackReleaseInfo (snapshot) > reduced details 1`] = `
<p>By <a href="artist/toby-fox/">Toby Fox</a>.</p>
<p>This wiki doesn't have any listening links for <i>Suspicious Track</i>.</p>
`