diff options
Diffstat (limited to 'tpl/internal/go_templates/htmltemplate/context.go')
-rw-r--r-- | tpl/internal/go_templates/htmltemplate/context.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/internal/go_templates/htmltemplate/context.go b/tpl/internal/go_templates/htmltemplate/context.go index 146a95d03..9f592b57f 100644 --- a/tpl/internal/go_templates/htmltemplate/context.go +++ b/tpl/internal/go_templates/htmltemplate/context.go @@ -121,6 +121,8 @@ const ( stateJSDqStr // stateJSSqStr occurs inside a JavaScript single quoted string. stateJSSqStr + // stateJSBqStr occurs inside a JavaScript back quoted string. + stateJSBqStr // stateJSRegexp occurs inside a JavaScript regexp literal. stateJSRegexp // stateJSBlockCmt occurs inside a JavaScript /* block comment */. |