mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
@@ -17,7 +17,6 @@ import (
|
||||
"errors"
|
||||
"html"
|
||||
"html/template"
|
||||
|
||||
"regexp"
|
||||
"unicode"
|
||||
"unicode/utf8"
|
||||
|
@@ -15,7 +15,6 @@ package strings
|
||||
|
||||
import (
|
||||
"html/template"
|
||||
|
||||
"reflect"
|
||||
"strings"
|
||||
"testing"
|
||||
@@ -81,5 +80,4 @@ func TestTruncate(t *testing.T) {
|
||||
if err == nil {
|
||||
t.Errorf("Should have errored")
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user