- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testRfc3986Normal (0.12 sec)
-
android/guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java
assertEquals("/a/b/c/y", simplifyPath("/a/b/c/g;x=1/../y")); } /** http://gbiv.com/protocols/uri/rfc/rfc3986.html#relative-normal */ public void testRfc3986Normal() { 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 Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 14:28:19 UTC 2024 - 10.9K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java
assertEquals("/a/b/c/y", simplifyPath("/a/b/c/g;x=1/../y")); } /** http://gbiv.com/protocols/uri/rfc/rfc3986.html#relative-normal */ public void testRfc3986Normal() { 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 Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 14:28:19 UTC 2024 - 10.9K bytes - Viewed (0)