Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testDoubleQuotesAreSpecial (1.32 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/MediaTypeTest.kt

        )
        assertInvalid(
          "text/plain ; a=1",
          "Parameter is not formatted correctly: \" ; a=1\" for: \"text/plain ; a=1\"",
        )
      }
    
      @Test fun testDoubleQuotesAreSpecial() {
        val mediaType = parse("text/plain;a=\";charset=utf-8;b=\"")
        assertNull(mediaType.charsetName())
      }
    
      @Test fun testSingleQuotesAreNotSpecial() {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top