aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/html
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-06-12 20:33:22 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-06-12 20:33:22 +0000
commit9690ac05c92a154b5d2ca7078d3bf6f4c7eb6c57 (patch)
tree33b14dcd566e3f484c612221423ad78d80bfe383 /libgo/go/html
parentb29e01b77bcbe5041f82007d423f2da9396d1e3b (diff)
downloadgcc-9690ac05c92a154b5d2ca7078d3bf6f4c7eb6c57.zip
gcc-9690ac05c92a154b5d2ca7078d3bf6f4c7eb6c57.tar.gz
gcc-9690ac05c92a154b5d2ca7078d3bf6f4c7eb6c57.tar.bz2
compiler, reflect: Handle package path like gc compiler.
From-SVN: r188482
Diffstat (limited to 'libgo/go/html')
-rw-r--r--libgo/go/html/template/escape_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/html/template/escape_test.go b/libgo/go/html/template/escape_test.go
index 6670be9..ce12c17 100644
--- a/libgo/go/html/template/escape_test.go
+++ b/libgo/go/html/template/escape_test.go
@@ -226,7 +226,7 @@ func TestEscape(t *testing.T) {
{
"badMarshaler",
`<button onclick='alert(1/{{.B}}in numbers)'>`,
- `<button onclick='alert(1/ /* json: error calling MarshalJSON for type *html/template.badMarshaler: invalid character &#39;f&#39; looking for beginning of object key string */null in numbers)'>`,
+ `<button onclick='alert(1/ /* json: error calling MarshalJSON for type *template.badMarshaler: invalid character &#39;f&#39; looking for beginning of object key string */null in numbers)'>`,
},
{
"jsMarshaler",