- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for roundtrips (0.04 seconds)
-
src/test/java/org/codelibs/fess/util/KuromojiCSVUtilTest.java
String[] parsed = KuromojiCSVUtil.parse(escaped); assertEquals("Roundtrip failed for: " + original, 1, parsed.length); assertEquals("Roundtrip failed for: " + original, original, parsed[0]); } // Test special cases where roundtrip doesn't work due to implementation quirks String input; String escaped; String[] parsed;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 18.9K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/UrlComponentEncodingTester.kt
component[builder] = codePointString val url = builder.build() val expected = component.canonicalize(codePointString) val actual = component[url] if (expected != actual) { fail("Roundtrip $component $codePoint $url $expected != $actual") } } private fun testParseOriginal( codePoint: Int, codePointString: String, encoding: Encoding, component: Component, ) {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 12.3K bytes - Click Count (0)