Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 62 (6.1 sec)

  1. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

          .containsExactly("a", "\u2603", "c")
        assertThat(parse("http://host/a/%F0%9F%8D%A9/c").pathSegments)
          .containsExactly("a", "\uD83C\uDF69", "c")
        assertThat(parse("http://host/a/%62/c").pathSegments)
          .containsExactly("a", "b", "c")
        assertThat(parse("http://host/a/%7A/c").pathSegments)
          .containsExactly("a", "z", "c")
        assertThat(parse("http://host/a/%7a/c").pathSegments)
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 67.9K bytes
    - Viewed (0)
Back to top