package browsing import "testing" func TestPodcastDescriptionText(t *testing.T) { got := podcastDescriptionText(`Hello podcast & listeners.

]]>`) if want := "Hello podcast & listeners."; got != want { t.Fatalf("got %q, want %q", got, want) } }