Home
last modified time | relevance | path

Searched defs:execTest (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/html/template/
Dexec_test.go259 type execTest struct { struct
260 name string
261 input string
262 output string
263 data any
264 ok bool
768 func testExecute(execTests []execTest, template *Template, t *testing.T) {
/prebuilts/go/linux-x86/src/text/template/
Dexec_test.go262 type execTest struct { struct
263 name string
264 input string
265 output string
266 data any
267 ok bool
785 func testExecute(execTests []execTest, template *Template, t *testing.T) {