text/template/parse.lexer.next (method)

15 uses

	text/template/parse (current package)
		lex.go#L125: func (l *lexer) next() rune {
		lex.go#L141: 	r := l.next()
		lex.go#L171: 	if strings.ContainsRune(valid, l.next()) {
		lex.go#L180: 	for strings.ContainsRune(valid, l.next()) {
		lex.go#L368: 	switch r := l.next(); {
		lex.go#L377: 		if l.next() != '=' {
		lex.go#L434: 		l.next()
		lex.go#L453: 		switch r := l.next(); {
		lex.go#L507: 		r = l.next()
		lex.go#L547: 		switch l.next() {
		lex.go#L549: 			if r := l.next(); r != eof && r != '\n' {
		lex.go#L614: 		l.next()
		lex.go#L624: 		switch l.next() {
		lex.go#L626: 			if r := l.next(); r != eof && r != '\n' {
		lex.go#L644: 		switch l.next() {