gotools/gopls/internal/template/completion_test.go

func init() {}

type tparse

// Test completions in templates that parse enough (if completion needs symbols)
// Seen characters up to the ^
func TestParsed(t *testing.T) {}

func testCompleter(t *testing.T, tx tparse) *completer {}