« get me outta code hell

linkThing.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/linkThing.js.test.cjs
blob: 5a5b2516e7e173f675514046277330cbecf571b5 (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
37
38
39
/* 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/linkThing.js > TAP > linkThing (snapshot) > basic behavior 1`] = `
<a href="track/foo/" style="--primary-color: #abcdef; --dim-color: #818181">Cool track!</a>
`

exports[`test/snapshot/linkThing.js > TAP > linkThing (snapshot) > color 1`] = `
<a href="track/showtime-piano-refrain/">Showtime (Piano Refrain)</a>
<a href="track/showtime-piano-refrain/" style="--primary-color: #38f43d; --dim-color: #389f33">Showtime (Piano Refrain)</a>
<a href="track/showtime-piano-refrain/" style="--primary-color: #aaccff; --dim-color: #828282">Showtime (Piano Refrain)</a>
`

exports[`test/snapshot/linkThing.js > TAP > linkThing (snapshot) > nested links in content stripped 1`] = `
<a href="foo/"><b>Oooo! Very spooky.</b></a>
`

exports[`test/snapshot/linkThing.js > TAP > linkThing (snapshot) > preferShortName 1`] = `
<a href="tag/five-oceanfalls/">Five</a>
`

exports[`test/snapshot/linkThing.js > TAP > linkThing (snapshot) > tags in name escaped 1`] = `
<a href="track/foo/">&lt;a href=&quot;SNOOPING&quot;&gt;AS USUAL&lt;/a&gt; I SEE</a>
<a href="track/bar/">&lt;b&gt;boldface&lt;/b&gt;</a>
<a href="album/exile/">&gt;Exile&lt;</a>
<a href="track/heart/">&lt;3</a>
`

exports[`test/snapshot/linkThing.js > TAP > linkThing (snapshot) > tooltip & content 1`] = `
<a href="album/beyond-canon/">Beyond Canon</a>
<a href="album/beyond-canon/" title="Beyond Canon">Beyond Canon</a>
<a href="album/beyond-canon/" title="Beyond Canon">Next</a>
<a href="album/beyond-canon/" title="Apple">Banana</a>
<a href="album/beyond-canon/">Banana</a>
`