- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testDuplicatedCharsets (0.19 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/MediaTypeTest.kt
@Test fun testCharsetAndQuoting() { val mediaType = parse("text/plain;a=\";charset=us-ascii\";charset=\"utf-8\";b=\"iso-8859-1\"") assertEquals("UTF-8", mediaType.charsetName()) } @Test fun testDuplicatedCharsets() { val mediaType = parse("text/plain; charset=utf-8; charset=UTF-8") assertEquals("UTF-8", mediaType.charsetName()) } @Test fun testMultipleCharsetsReturnsFirstMatch() {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 7.5K bytes - Click Count (0)