Skip to content

Commit

Permalink
parser: Add a test case in format resolution
Browse files Browse the repository at this point in the history
See #9233
  • Loading branch information
bep committed Dec 3, 2021
1 parent b10381f commit 9a326d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser/metadecoders/format_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ func TestFormatFromMediaType(t *testing.T) {
{media.JSONType, JSON},
{media.YAMLType, YAML},
{media.XMLType, XML},
{media.RSSType, XML},
{media.TOMLType, TOML},
{media.CalendarType, ""},
} {
Expand Down

0 comments on commit 9a326d5

Please sign in to comment.