parent
8d017a60fb
commit
5a50eee9da
1 changed files with 4 additions and 2 deletions
|
@ -153,10 +153,12 @@ func TestBugs(t *testing.T) {
|
|||
rawString string
|
||||
expectedMinString string
|
||||
}{
|
||||
// https://github.com/gohugoio/hugo/issues/5506
|
||||
// Issue 5506
|
||||
{media.Builtin.CSSType, " body { color: rgba(000, 000, 000, 0.7); }", "body{color:rgba(0,0,0,.7)}"},
|
||||
// https://github.com/gohugoio/hugo/issues/8332
|
||||
// Issue 8332
|
||||
{media.Builtin.HTMLType, "<i class='fas fa-tags fa-fw'></i> Tags", `<i class='fas fa-tags fa-fw'></i> Tags`},
|
||||
// Issue #13082
|
||||
{media.Builtin.HTMLType, "<gcse:searchresults-only></gcse:searchresults-only>", `<gcse:searchresults-only></gcse:searchresults-only>`},
|
||||
} {
|
||||
var b bytes.Buffer
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue