mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
@@ -153,10 +153,12 @@ func TestBugs(t *testing.T) {
|
|||||||
rawString string
|
rawString string
|
||||||
expectedMinString 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)}"},
|
{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`},
|
{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
|
var b bytes.Buffer
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user