removed old comment

This commit is contained in:
Gani Georgiev 2023-10-27 17:38:53 +03:00
parent b7a49efa88
commit 34fed679fd
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ func TestNewExcerptModifier(t *testing.T) {
} }
func TestExcerptModifierModify(t *testing.T) { func TestExcerptModifierModify(t *testing.T) {
// plain text value: "Hello t est12 3 word"
html := ` <script>var a = 123;</script> <p>Hello</p><div id="test_id">t est<b>12 html := ` <script>var a = 123;</script> <p>Hello</p><div id="test_id">t est<b>12
3</b><span>456</span></div><span>word <b>7</b> 89<span>!<b>?</b><b> a </b><b>b </b>c</span>#<h1>title</h1>` 3</b><span>456</span></div><span>word <b>7</b> 89<span>!<b>?</b><b> a </b><b>b </b>c</span>#<h1>title</h1>`