package template
import
func () {
var [1]struct{}
_ = [stateText-0]
_ = [stateTag-1]
_ = [stateAttrName-2]
_ = [stateAfterName-3]
_ = [stateBeforeValue-4]
_ = [stateHTMLCmt-5]
_ = [stateRCDATA-6]
_ = [stateAttr-7]
_ = [stateURL-8]
_ = [stateSrcset-9]
_ = [stateJS-10]
_ = [stateJSDqStr-11]
_ = [stateJSSqStr-12]
_ = [stateJSTmplLit-13]
_ = [stateJSRegexp-14]
_ = [stateJSBlockCmt-15]
_ = [stateJSLineCmt-16]
_ = [stateJSHTMLOpenCmt-17]
_ = [stateJSHTMLCloseCmt-18]
_ = [stateCSS-19]
_ = [stateCSSDqStr-20]
_ = [stateCSSSqStr-21]
_ = [stateCSSDqURL-22]
_ = [stateCSSSqURL-23]
_ = [stateCSSURL-24]
_ = [stateCSSBlockCmt-25]
_ = [stateCSSLineCmt-26]
_ = [stateError-27]
_ = [stateDead-28]
}
const _state_name = "stateTextstateTagstateAttrNamestateAfterNamestateBeforeValuestateHTMLCmtstateRCDATAstateAttrstateURLstateSrcsetstateJSstateJSDqStrstateJSSqStrstateJSTmplLitstateJSRegexpstateJSBlockCmtstateJSLineCmtstateJSHTMLOpenCmtstateJSHTMLCloseCmtstateCSSstateCSSDqStrstateCSSSqStrstateCSSDqURLstateCSSSqURLstateCSSURLstateCSSBlockCmtstateCSSLineCmtstateErrorstateDead"
var _state_index = [...]uint16{0, 9, 17, 30, 44, 60, 72, 83, 92, 100, 111, 118, 130, 142, 156, 169, 184, 198, 216, 235, 243, 256, 269, 282, 295, 306, 322, 337, 347, 356}
func ( state) () string {
if >= state(len(_state_index)-1) {
return "state(" + strconv.FormatInt(int64(), 10) + ")"
}
return _state_name[_state_index[]:_state_index[+1]]
}