Disable faulty range validation in apply

Fixed #1098
This commit is contained in:
bep
2015-05-02 11:32:38 +02:00
parent bee521c68f
commit be6482603e
2 changed files with 5 additions and 4 deletions

View File

@@ -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\" " +