]> Cypherpunks repositories - gostls13.git/commit
html/template: add test case for unbounded template expansion
authorRuss Cox <rsc@golang.org>
Wed, 19 Oct 2016 17:34:15 +0000 (13:34 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 24 Oct 2016 15:44:30 +0000 (15:44 +0000)
commit2693fa15ee12acd67e45d8fa57626675903ab605
treeb2d900963b67f73d0d227f9ddf0bc70f23a72b11
parent604146ce8961d32f410949015fc8ee31f9052209
html/template: add test case for unbounded template expansion

Fixed by CL 31092 already, but that change is a few steps away
from the problem observed here, so add an explicit test.

Fixes #17019.

Change-Id: If4ece1418e6596b1976961347889ce12c5969637
Reviewed-on: https://go-review.googlesource.com/31466
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Quentin Smith <quentin@golang.org>
src/html/template/clone_test.go