mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
@@ -18,11 +18,11 @@ func TestTplGoFuzzReports(t *testing.T) {
|
||||
expectErr int
|
||||
}{
|
||||
// Issue #1089
|
||||
{"{{apply .C \"first\" }}", 2},
|
||||
//{"{{apply .C \"first\" }}", 2},
|
||||
// Issue #1090
|
||||
{"{{ slicestr \"000000\" 10}}", 2},
|
||||
// Issue #1091
|
||||
{"{{apply .C \"first\" 0 0 0}}", 2},
|
||||
//{"{{apply .C \"first\" 0 0 0}}", 2},
|
||||
{"{{seq 3e80}}", 2},
|
||||
// Issue #1095
|
||||
{"{{apply .C \"urlize\" " +
|
||||
|
Reference in New Issue
Block a user