diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-08-09 09:44:34 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-08-09 09:44:34 -0300 |
commit | 360342696a7e29dbeb0d8b54228ba2c0ac3c162b (patch) | |
tree | 4110b7e2737954dbbe5c64ad7ddaed5eabaacb62 /tap-snapshots/test/snapshot/transformContent.js.test.cjs | |
parent | c4b40f4b7fa7ef5439845538af22cc9076e4cb9c (diff) | |
parent | f9247a3a21abd26ae22d769d2da7d4ce6e99461d (diff) |
Merge branch 'data-steps' of github.com:hsmusic/hsmusic-wiki into data-steps
Diffstat (limited to 'tap-snapshots/test/snapshot/transformContent.js.test.cjs')
-rw-r--r-- | tap-snapshots/test/snapshot/transformContent.js.test.cjs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tap-snapshots/test/snapshot/transformContent.js.test.cjs b/tap-snapshots/test/snapshot/transformContent.js.test.cjs index 44535ec0..4b4e090f 100644 --- a/tap-snapshots/test/snapshot/transformContent.js.test.cjs +++ b/tap-snapshots/test/snapshot/transformContent.js.test.cjs @@ -5,6 +5,12 @@ * Make sure to inspect the output below. Do not ignore changes! */ 'use strict' +exports[`test/snapshot/transformContent.js TAP transformContent (snapshot) > dates 1`] = ` +<p><time datetime="Thu, 13 Apr 2023 00:00:00 GMT">4/12/2023</time> Yep!</p> +<p>Very nice: <time datetime="Fri, 25 Oct 2413 03:00:00 GMT">10/25/2413</time></p> + +` + exports[`test/snapshot/transformContent.js TAP transformContent (snapshot) > inline images 1`] = ` <p><img src="snooping.png"> as USUAL...</p> <p>What do you know? <img src="cowabunga.png" width="24" height="32"></p> @@ -39,6 +45,11 @@ exports[`test/snapshot/transformContent.js TAP transformContent (snapshot) > non ` +exports[`test/snapshot/transformContent.js TAP transformContent (snapshot) > super basic string 1`] = ` +<p>Neat listing: Albums - by Date</p> + +` + exports[`test/snapshot/transformContent.js TAP transformContent (snapshot) > two text paragraphs 1`] = ` <p>Hello, world!</p> <p>Wow, this is very cool.</p> |