Lines Matching refs:textarea
19 {"hello </textarea> hello", "textarea", 6},
20 {"hello </TEXTarea> hello", "textarea", 6},
21 {"hello </textAREA>", "textarea", 6},
22 {"hello </textarea", "textareax", -1},
23 {"hello </textarea>", "tag", -1},
24 {"hello tag </textarea", "tag", -1},
25 {"hello </tag> </other> </textarea> <other>", "textarea", 22},
26 {"</textarea> <other>", "textarea", 0},
27 {"<div> </div> </TEXTAREA>", "textarea", 13},
28 {"<div> </div> </TEXTAREA\t>", "textarea", 13},
29 {"<div> </div> </TEXTAREA >", "textarea", 13},
30 {"<div> </div> </TEXTAREAfoo", "textarea", -1},
31 {"</TEXTAREAfoo </textarea>", "textarea", 14},
33 {"</script>", "textarea", -1},
48 h1 := "<textarea> Hello Hello Hello </textarea> "
49 h2 := "<textarea> <p> Dear {{.Name}},\n{{with .Gift}}Thank you for the lovely {{.}}. {{end}}\nBest wishes. </p>\n</textarea>"