diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-09-24 10:01:37 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-09-24 10:01:37 -0300 |
commit | d31c0fd9fce845276ab131f2f0d40616e1f56b40 (patch) | |
tree | 995a514270d489f98ee9d6c7fda72dacce526595 /tap-snapshots | |
parent | 243af63c1ca36343f780b6e95b05493ff03ca68b (diff) |
test: fixes to handle sanitizing
Diffstat (limited to 'tap-snapshots')
-rw-r--r-- | tap-snapshots/test/snapshot/linkContribution.js.test.cjs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tap-snapshots/test/snapshot/linkContribution.js.test.cjs b/tap-snapshots/test/snapshot/linkContribution.js.test.cjs index 7124ad18..b845a336 100644 --- a/tap-snapshots/test/snapshot/linkContribution.js.test.cjs +++ b/tap-snapshots/test/snapshot/linkContribution.js.test.cjs @@ -31,7 +31,7 @@ exports[`test/snapshot/linkContribution.js TAP linkContribution (snapshot) > loa exports[`test/snapshot/linkContribution.js TAP linkContribution (snapshot) > no accents 1`] = ` <a href="artist/clark-powell/">Clark Powell</a> -<a href="artist/the-big-baddies/">Grounder & Scratch</a> +<a href="artist/the-big-baddies/">Grounder & Scratch</a> <a href="artist/toby-fox/">Toby Fox</a> ` @@ -42,7 +42,7 @@ exports[`test/snapshot/linkContribution.js TAP linkContribution (snapshot) > no <use href="static/icons.svg#icon-soundcloud"></use> </svg> </a></span>) -<a href="artist/the-big-baddies/">Grounder & Scratch</a> (Snooping) +<a href="artist/the-big-baddies/">Grounder & Scratch</a> (Snooping) <a href="artist/toby-fox/">Toby Fox</a> (Arrangement) (<span class="icons"><a href="https://tobyfox.bandcamp.com/" class="icon"> <svg> <title>Bandcamp</title> @@ -58,7 +58,7 @@ exports[`test/snapshot/linkContribution.js TAP linkContribution (snapshot) > no exports[`test/snapshot/linkContribution.js TAP linkContribution (snapshot) > only showContribution 1`] = ` <a href="artist/clark-powell/">Clark Powell</a> -<span class="nowrap"><a href="artist/the-big-baddies/">Grounder & Scratch</a> (Snooping)</span> +<span class="nowrap"><a href="artist/the-big-baddies/">Grounder & Scratch</a> (Snooping)</span> <span class="nowrap"><a href="artist/toby-fox/">Toby Fox</a> (Arrangement)</span> ` @@ -69,7 +69,7 @@ exports[`test/snapshot/linkContribution.js TAP linkContribution (snapshot) > onl <use href="static/icons.svg#icon-soundcloud"></use> </svg> </a></span>)</span> -<a href="artist/the-big-baddies/">Grounder & Scratch</a> +<a href="artist/the-big-baddies/">Grounder & Scratch</a> <span class="nowrap"><a href="artist/toby-fox/">Toby Fox</a> (<span class="icons"><a href="https://tobyfox.bandcamp.com/" class="icon"> <svg> <title>Bandcamp</title> @@ -90,7 +90,7 @@ exports[`test/snapshot/linkContribution.js TAP linkContribution (snapshot) > sho <use href="static/icons.svg#icon-soundcloud"></use> </svg> </a></span>)</span> -<span class="nowrap"><a href="artist/the-big-baddies/">Grounder & Scratch</a> (Snooping)</span> +<span class="nowrap"><a href="artist/the-big-baddies/">Grounder & Scratch</a> (Snooping)</span> <span class="nowrap"><a href="artist/toby-fox/">Toby Fox</a> (Arrangement) (<span class="icons"><a href="https://tobyfox.bandcamp.com/" class="icon"> <svg> <title>Bandcamp</title> |