Moved to google.golang.org/genproto/googleapis/api/annotations
Fixes #52
This commit is contained in:
13
vendor/github.com/Masterminds/sprig/date_test.go
generated
vendored
Normal file
13
vendor/github.com/Masterminds/sprig/date_test.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
package sprig
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestHtmlDate(t *testing.T) {
|
||||
t.Skip()
|
||||
tpl := `{{ htmlDate 0}}`
|
||||
if err := runt(tpl, "1970-01-01"); err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user