aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Formatters
Doug Bunting 3fdcaecaa8 Correctly handle quoted media type parameter values
- #5349
- fix or add comments about other parsing errors and inconsistencies
 - `MediaType` did not skip whitespace before the type

nits:
- use `+=`
- `<code>` -> `<c>` since the former is not for use within a paragraph
- split tests up to remove `bool expectedResult` parameters
2016-10-24 13:16:09 -07:00
..
FormatFilterTest.cs
FormatterCollectionTest.cs
FormatterMappingsTest.cs
InputFormatterTest.cs
MediaTypeTest.cs Correctly handle quoted media type parameter values 2016-10-24 13:16:09 -07:00
NoContentFormatterTests.cs
OutputFormatterTests.cs
StreamOutputFormatterTest.cs Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
StringOutputFormatterTests.cs
TextInputFormatterTest.cs
TextOutputFormatterTests.cs