go/src/html/template
Marvin Stenger 90d71fe99e all: revert "all: prefer strings.IndexByte over strings.Index"
This reverts https://golang.org/cl/65930.

Fixes #22148

Change-Id: Ie0712621ed89c43bef94417fc32de9af77607760
Reviewed-on: https://go-review.googlesource.com/68430
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2017-10-05 23:19:10 +00:00
..
attr.go html/template: ignore case when handling type attribute in script element 2017-04-20 18:53:09 +00:00
clone_test.go html/template: fix multiple Clones of redefined template 2016-11-15 04:30:20 +00:00
content.go html/template: mention risks of the CSS, HTML, JS, etc. types 2016-05-18 18:31:18 +00:00
content_test.go html/template: check "type" attribute in <script> 2016-09-29 20:12:31 +00:00
context.go html/template: check "type" attribute in <script> 2016-09-29 20:12:31 +00:00
css.go all: replace magic 0x80 with named constant utf8.RuneSelf 2016-04-10 15:15:57 +00:00
css_test.go
doc.go html/template: allow safe usage of predefined escapers in pipelines 2017-05-05 18:56:31 +00:00
error.go html/template: allow safe usage of predefined escapers in pipelines 2017-05-05 18:56:31 +00:00
escape.go html/template: use the same escaper across multiple template executions 2017-07-14 18:19:04 +00:00
escape_test.go html/template: prevent aliasing of parse Trees via AddParseTree 2017-09-20 01:52:02 +00:00
example_test.go html/template: Add missing error check to package example. 2015-11-22 22:00:21 +00:00
examplefiles_test.go html/template: add examples of loading templates from files 2016-04-13 02:28:28 +00:00
html.go
html_test.go
js.go all: revert "all: prefer strings.IndexByte over strings.Index" 2017-10-05 23:19:10 +00:00
js_test.go html/template: lock in application/json as valid JS test 2016-12-04 03:59:31 +00:00
template.go html/template: prevent aliasing of parse Trees via AddParseTree 2017-09-20 01:52:02 +00:00
template_test.go html/template, text/template: docs and fixes for template redefinition 2016-10-24 15:43:24 +00:00
transition.go html/template: use bytes.ContainsAny 2017-04-25 23:36:25 +00:00
transition_test.go
url.go html/template: explain URL filtering 2017-09-18 21:30:07 +00:00
url_test.go