Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. okhttp/src/test/java/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 Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 7.5K bytes
    - Viewed (0)
Back to top