func TestMain(m *testing.M) { … } func TestMultilineTokens(t *testing.T) { … } func TestTemplatesFromExtensions(t *testing.T) { … } func TestTemplatesObserveDirectoryFilters(t *testing.T) { … } func TestTemplatesFromLangID(t *testing.T) { … } func TestClosingTemplatesMakesDiagnosticsDisappear(t *testing.T) { … } func TestMultipleSuffixes(t *testing.T) { … } // shorten long URIs func shorten(fn protocol.DocumentURI) string { … } func TestCompletionPanic_Issue57621(t *testing.T) { … }