- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for testExtensiveWithAbsolutePrefix (0.14 sec)
-
android/guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java
assertEquals("/a/b/c/g;x=1/y", simplifyPath("/a/b/c/g;x=1/./y")); assertEquals("/a/b/c/y", simplifyPath("/a/b/c/g;x=1/../y")); } public void testExtensiveWithAbsolutePrefix() throws IOException { // Inputs are /b/c/<every possible 10-character string of characters "a./"> // Expected outputs are from realpath -s.
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/g;x=1/y", simplifyPath("/a/b/c/g;x=1/./y")); assertEquals("/a/b/c/y", simplifyPath("/a/b/c/g;x=1/../y")); } public void testExtensiveWithAbsolutePrefix() throws IOException { // Inputs are /b/c/<every possible 10-character string of characters "a./"> // Expected outputs are from realpath -s.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Oct 21 14:28:19 UTC 2024 - 10.9K bytes - Viewed (0)