go/src/text/template/parse/parse_test.go

var debug

type numberTest

var numberTests

func TestNumberParse(t *testing.T) {}

type parseTest

const noError

const hasError

var parseTests

var builtins

func testParse(doCopy bool, t *testing.T) {}

func TestParse(t *testing.T) {}

// Same as TestParse, but we copy the node first
func TestParseCopy(t *testing.T) {}

func TestParseWithComments(t *testing.T) {}

func TestKeywordsAndFuncs(t *testing.T) {}

func TestSkipFuncCheck(t *testing.T) {}

type isEmptyTest

var isEmptyTests

func TestIsEmpty(t *testing.T) {}

func TestErrorContextWithTreeCopy(t *testing.T) {}

var errorTests

func TestErrors(t *testing.T) {}

func TestBlock(t *testing.T) {}

func TestLineNum(t *testing.T) {}

func BenchmarkParseLarge(b *testing.B) {}

var (
	sinkv
	sinkl
)

func BenchmarkVariableString(b *testing.B) {}

func BenchmarkListString(b *testing.B) {}