- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testRfc2396Normal (0.07 seconds)
-
guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java
* Some of the tests have queries and anchors that are a little silly here. */ /** http://gbiv.com/protocols/uri/rfc/rfc2396.html#rfc.section.C.1 */ public void testRfc2396Normal() { assertEquals("/a/b/c/g", simplifyPath("/a/b/c/g")); assertEquals("/a/b/c/g", simplifyPath("/a/b/c/./g")); assertEquals("/a/b/c/g", simplifyPath("/a/b/c/g/"));Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 11K bytes - Click Count (0)