// TestIgnoredGoFiles tests the scenario where a folder has no .go or .c files, // but has an ignored go file. func TestIgnoredGoFiles(t *testing.T) { … } func TestIssue5247(t *testing.T) { … } func testServeBody(t *testing.T, p *Presentation, path, body string) { … } func TestRedirectAndMetadata(t *testing.T) { … } func TestMarkdown(t *testing.T) { … } func TestGenerics(t *testing.T) { … }