- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testRfc2396Normal (0.09 sec)
-
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/"));
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 11K bytes - Viewed (0)