go/src/html/template/multi_test.go

var multiExecTests

const multiText1

const multiText2

func TestMultiExecute(t *testing.T) {}

func TestParseFiles(t *testing.T) {}

func TestParseGlob(t *testing.T) {}

func TestParseFS(t *testing.T) {}

var templateFileExecTests

func TestParseFilesWithData(t *testing.T) {}

func TestParseGlobWithData(t *testing.T) {}

func TestParseZipFS(t *testing.T) {}

const cloneText1

const cloneText2

const cloneText3

const cloneText4

// Issue 7032
func TestAddParseTreeToUnparsedTemplate(t *testing.T) {}

func TestRedefinition(t *testing.T) {}

// Issue 10879
func TestEmptyTemplateCloneCrash(t *testing.T) {}

// Issue 10910, 10926
func TestTemplateLookUp(t *testing.T) {}

func TestParse(t *testing.T) {}

func TestEmptyTemplate(t *testing.T) {}

// Issue 19249 was a regression in 1.8 caused by the handling of empty
// templates added in that release, which got different answers depending
// on the order templates appeared in the internal map.
func TestIssue19294(t *testing.T) {}