[go-nuts] Re: empty nested template definitions not working as expected

2017-02-16 Thread Manlio Perillo
Il giorno mercoledì 15 febbraio 2017 19:36:40 UTC+1, mhh...@gmail.com ha scritto: > > Hi, > > see this play, > https://play.golang.org/p/s-GdewdWz_ > > In my understanding, > as the template is empty, > it is not added to the templates tree, > i suspect it has something to do with that, > https

[go-nuts] Re: empty nested template definitions not working as expected

2017-02-15 Thread mhhcbon
Hi, see this play, https://play.golang.org/p/s-GdewdWz_ In my understanding, as the template is empty, it is not added to the templates tree, i suspect it has something to do with that, https://golang.org/src/text/template/parse/parse.go?#L243 Maybe a non breakable space like   will do the tr