diff --git a/kepub/content_test.go b/kepub/content_test.go index ca37c50..c469a59 100644 --- a/kepub/content_test.go +++ b/kepub/content_test.go @@ -11,9 +11,9 @@ import ( ) func TestCleanHTML(t *testing.T) { - h := `��

test

` + h := `��

test

` cleanHTML(&h) - assert.Equal(t, "

test

", h, "should be equal if cleaned correctly") + assert.Equal(t, "

test

", h, "should be equal if cleaned correctly") } func TestSmartenPunctuation(t *testing.T) {