Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testRfc2396Abnormal (0.15 sec)

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

        assertEquals("/a", simplifyPath("/a/b/c/../../"));
        assertEquals("/a/g", simplifyPath("/a/b/c/../../g"));
      }
    
      /** http://gbiv.com/protocols/uri/rfc/rfc2396.html#rfc.section.C.2 */
      public void testRfc2396Abnormal() {
        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)
  2. guava-tests/test/com/google/common/io/FilesSimplifyPathTest.java

        assertEquals("/a", simplifyPath("/a/b/c/../../"));
        assertEquals("/a/g", simplifyPath("/a/b/c/../../g"));
      }
    
      /** http://gbiv.com/protocols/uri/rfc/rfc2396.html#rfc.section.C.2 */
      public void testRfc2396Abnormal() {
        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)
Back to top