We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c201f commit 34fa6f3Copy full SHA for 34fa6f3
from_test.go
@@ -26,27 +26,6 @@ func TestFromString(t *testing.T) {
26
html string
27
options *Options
28
}{
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
50
{
51
name: "strong in p tag with whitespace",
52
html: "<p> Some <strong> Text </strong></p>",
0 commit comments