Skip to content

Commit 34fa6f3

Browse files
remove the first tests from from_test.go
1 parent 99c201f commit 34fa6f3

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

from_test.go

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,6 @@ func TestFromString(t *testing.T) {
2626
html string
2727
options *Options
2828
}{
29-
{
30-
name: "p tag",
31-
html: `<p>Some Text</p>`,
32-
},
33-
{
34-
name: "two p tags",
35-
html: `
36-
<div>
37-
<p>Text</p>
38-
<p>Some Text</p>
39-
</div>
40-
`,
41-
},
42-
{
43-
name: "span in p tag",
44-
html: "<p>Some <span>Text</span></p>",
45-
},
46-
{
47-
name: "strong in p tag",
48-
html: "<p>Some <strong>Text</strong></p>",
49-
},
5029
{
5130
name: "strong in p tag with whitespace",
5231
html: "<p> Some <strong> Text </strong></p>",

0 commit comments

Comments
 (0)