Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testMadbotsBug (0.18 sec)

  1. guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java

      }
    
      public void testSimplifyRootedDotDots() {
        assertEquals("/", simplifyPath("/../../.."));
        assertEquals("/", simplifyPath("/../../../"));
      }
    
      // b/4558855
      public void testMadbotsBug() {
        assertEquals("../this", simplifyPath("../this"));
        assertEquals("../this/is/ok", simplifyPath("../this/is/ok"));
        assertEquals("../ok", simplifyPath("../this/../ok"));
      }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Tue Jul 19 14:00:24 GMT 2016
    - 11K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java

      }
    
      public void testSimplifyRootedDotDots() {
        assertEquals("/", simplifyPath("/../../.."));
        assertEquals("/", simplifyPath("/../../../"));
      }
    
      // b/4558855
      public void testMadbotsBug() {
        assertEquals("../this", simplifyPath("../this"));
        assertEquals("../this/is/ok", simplifyPath("../this/is/ok"));
        assertEquals("../ok", simplifyPath("../this/../ok"));
      }
    
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 11K bytes
    - Viewed (0)
Back to top