- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Colvin (0.03 sec)
-
okhttp/src/test/java/okhttp3/HttpUrlTest.kt
// Map the single character telephone symbol (℡) to the string "tel". assertThat(parse("http://\u2121").host).isEqualTo("tel") // Map the Kelvin symbol (K) to the string "k". assertThat(parse("http://\u212A").host).isEqualTo("k") } @Test fun quirks() { assertThat(parse("http://facebook.com").host).isEqualTo("facebook.com")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 67.9K bytes - Viewed (0)