]> Cypherpunks repositories - gostls13.git/commit
text/template: fix Parse when called twice with empty text
authorJess Frazelle <me@jessfraz.com>
Thu, 23 Jun 2016 04:57:52 +0000 (21:57 -0700)
committerAndrew Gerrand <adg@golang.org>
Tue, 16 Aug 2016 23:49:42 +0000 (23:49 +0000)
commit2b583a190eb14c69bffe5d488d2d6d3862fe76ea
tree27a61c811ad57fd1b805f16542ee3b29d4fe82c6
parent9b88fac00cdbb4025a24fd20e87be121785da579
text/template: fix Parse when called twice with empty text

Fixes #16156

Change-Id: I6989db4fd392583a2d490339cefc525b07c11b90
Reviewed-on: https://go-review.googlesource.com/24380
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Andrew Gerrand <adg@golang.org>
src/text/template/multi_test.go
src/text/template/template.go