« get me outta code hell

generateAdditionalFilesList.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/generateAdditionalFilesList.js.test.cjs
blob: 42a409ad7b2e3f2a293866dd400572e198174804 (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
/* 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/generateAdditionalFilesList.js > TAP > generateAdditionalFilesList (snapshot) > basic behavior 1`] = `
<dl>
    <dt>SBURB Wallpaper</dt>
    <dd>
        <ul>
            <li>link to 1280x1024 (2.5 kB)</li>
            <li>link to 1440x900</li>
        </ul>
    </dd>
    <dt>Alternate Covers: This is just an example description.</dt>
    <dd>
        <ul>
            <li>link to alt1 (1.2 MB)</li>
            <li>link to alt3 (1.2 MB)</li>
        </ul>
    </dd>
</dl>
`

exports[`test/snapshot/generateAdditionalFilesList.js > TAP > generateAdditionalFilesList (snapshot) > no additional files 1`] = `

`