# These tests validate that format mixing works, where it is particularly relevant # It is assumed these tests will not be exhaustive Atom related link in RSS 2.0: # A reliable related link overrides the RSS 2.0 guessing game input: > http://example.com/ http://example.org/ output: format: rss entries: - id: 'http://example.com/' link: 'http://example.org/' relatedLink: 'http://example.net/' Update and creation dates: input: > 2020-03-03T00:00:00Z 2020-03-03T00:00:00Z 2020-01-01T00:00:00Z 2020-03-03T01:00:00+01:00 2020-03-03T00:00:00Z output: format: rss entries: - dateModified: '2020-03-03T00:00:00Z' - dateCreated: '2020-03-03T00:00:00Z' dateModified: '2020-01-01T00:00:00Z' - dateModified: '2020-03-03T01:00:00+01:00'