hugo/tpl
Ian Lance Taylor a8cb1b07b4 tpl: Fix test to pass with gccgo
When run under gccgo, the test looks for the name that gccgo gives to
a thunk method.  This name is not normally visible, but can be seen
when using reflect.FuncForPC as this code does.  That name changed in
https://golang.org/cl/89555.  Change the test to work with both the
old name "$thunk0" and the new name "thunk0".

Fixes golang/go#28669
2018-11-09 08:54:08 +01:00
..
cast tpl: Fix the docshelper 2018-11-02 13:36:09 +01:00
collections tpl/collections: Properly handle pointer types in complement/symdiff 2018-11-07 09:29:13 +01:00
compare
crypto
data Make WARN the new default log log level 2018-11-03 12:06:23 +01:00
encoding Revert "tpl: Update Jsonify to return pretty-print output" 2018-11-02 19:03:48 +01:00
fmt commands: Show server error info in browser 2018-10-16 22:10:56 +02:00
images
inflect
internal tpl: Fix test to pass with gccgo 2018-11-09 08:54:08 +01:00
lang
math
os
partials commands: Show server error info in browser 2018-10-16 22:10:56 +02:00
path
resources tpl: Fix the docshelper 2018-11-02 13:36:09 +01:00
safe
strings commands: Show server error info in browser 2018-10-16 22:10:56 +02:00
templates
time
tplimpl Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
transform Convert the rest to new page parser code paths 2018-10-22 20:46:14 +02:00
urls Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
template.go Add file (line/col) info to ref/relref errors 2018-11-01 21:06:35 +01:00
template_test.go commands: Show server error info in browser 2018-10-16 22:10:56 +02:00