Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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"));
      }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 14:28:19 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. 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"));
      }
    
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 14:28:19 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top