From e1a0a73caed1ecff81630a53cd59c05ded509878 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 16 Jul 2023 12:15:13 -0300 Subject: test: html: remove outdated custom attribute test --- test/unit/util/html.js | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'test/unit/util') diff --git a/test/unit/util/html.js b/test/unit/util/html.js index 01a510ec..3931b297 100644 --- a/test/unit/util/html.js +++ b/test/unit/util/html.js @@ -480,21 +480,6 @@ t.test(`Tag.toString (joinChildren, noEdgeWhitespace)`, t => { t.equal(tag6.toString(), `Oh yes~ You're a cute one💕`); - -}); - -t.test(`Tag.toString (custom attributes)`, t => { - t.plan(1); - - t.test(`Tag.toString (custom attribute: href)`, t => { - t.plan(2); - - const tag1 = html.tag('a', {href: `https://hsmusic.wiki/`}); - t.equal(tag1.toString(), ``); - - const tag2 = html.tag('a', {href: `https://hsmusic.wiki/media/Album Booklet.pdf`}); - t.equal(tag2.toString(), ``); - }); }); t.test(`html.template`, t => { -- cgit 1.3.0-6-gf8a5