Skip to content

Commit b33dd36

Browse files
committed
lower max recursion depth of text/template to make its tests pass
1 parent 3ed8536 commit b33dd36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compiler/natives/fs_vfsdata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package template
22

3-
const maxExecDepth = 5000
3+
const maxExecDepth = 3000

0 commit comments

Comments
 (0)