File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/fsnotify/fsnotify v1.7.0
8
8
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2
9
9
github.com/tdewolff/argp v0.0.0-20240625173203-87b04d5d3e52
10
- github.com/tdewolff/parse/v2 v2.7.18
10
+ github.com/tdewolff/parse/v2 v2.7.19
11
11
github.com/tdewolff/test v1.0.11-0.20240106005702-7de5f7df4739
12
12
)
13
13
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3v
25
25
github.com/pelletier/go-toml v1.9.5 /go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c =
26
26
github.com/tdewolff/argp v0.0.0-20240625173203-87b04d5d3e52 h1:bHOA+qzNf3CwchHAIA1k68QgERWiOgZMIh3qoOB3DzA =
27
27
github.com/tdewolff/argp v0.0.0-20240625173203-87b04d5d3e52 /go.mod h1:e1dkYfBKpwfFhwXWrQpEU2ClFgxYOT4SrHd6fKD7nIE =
28
- github.com/tdewolff/parse/v2 v2.7.18 h1:uSqjEMT2lwCj5oifBHDcWU2kN1pbLrRENgFWDJa57eI =
29
- github.com/tdewolff/parse/v2 v2.7.18 /go.mod h1:3FbJWZp3XT9OWVN3Hmfp0p/a08v4h8J9W1aghka0soA =
28
+ github.com/tdewolff/parse/v2 v2.7.19 h1:7Ljh26yj+gdLFEq/7q9LT4SYyKtwQX4ocNrj45UCePg =
29
+ github.com/tdewolff/parse/v2 v2.7.19 /go.mod h1:3FbJWZp3XT9OWVN3Hmfp0p/a08v4h8J9W1aghka0soA =
30
30
github.com/tdewolff/test v1.0.6 /go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE =
31
31
github.com/tdewolff/test v1.0.11-0.20231101010635-f1265d231d52 /go.mod h1:6DAvZliBAAnD7rhVgwaM7DE5/d9NMOAJ09SqYqeK4QE =
32
32
github.com/tdewolff/test v1.0.11-0.20240106005702-7de5f7df4739 h1:IkjBCtQOOjIn03u/dMQK9g+Iw9ewps4mCl1nB8Sscbo =
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ func TestHTML(t *testing.T) {
115
115
{`<input placeholder=" a " value=" b ">` , `<input placeholder=" a " value=" b ">` },
116
116
{`a <strike> b </strike> c` , `a <strike>b </strike>c` },
117
117
{`a <svg>` , `a <svg>` },
118
+ {"<h5>\n Lorem & ipsum\n dolor sid amet\n </h5>" , "<h5>Lorem & ipsum\n dolor sid amet</h5>" },
118
119
119
120
// from HTML Minifier
120
121
{`<DIV TITLE="blah">boo</DIV>` , `<div title=blah>boo</div>` },
You can’t perform that action at this time.
0 commit comments