summaryrefslogtreecommitdiffstats
path: root/tpl/template_test.go
diff options
context:
space:
mode:
authorbep <bjorn.erik.pedersen@gmail.com>2015-05-02 11:32:38 +0200
committerbep <bjorn.erik.pedersen@gmail.com>2015-05-02 11:32:28 +0200
commitbe6482603ee8ac3516ae19ceebb35662f038b25e (patch)
treea65bd95e2528c2464c2b2577a11b5214804584b0 /tpl/template_test.go
parentbee521c68fa14ea76e2f442d7907be04bf50e3e6 (diff)
Disable faulty range validation in apply
Fixed #1098
Diffstat (limited to 'tpl/template_test.go')
-rw-r--r--tpl/template_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/template_test.go b/tpl/template_test.go
index aa501d58a..3c009c599 100644
--- a/tpl/template_test.go
+++ b/tpl/template_test.go
@@ -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\" " +