Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testParse_onlyWhitespace (1 sec)

  1. fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/RobotsTxtHelperTest.java

            assertNotNull(robotsTxt);
            // Everything should be allowed by default
            assertTrue(robotsTxt.allows("/anything", "AnyBot"));
        }
    
        public void testParse_onlyWhitespace() {
            RobotsTxt robotsTxt;
            final InputStream in = RobotsTxtHelperTest.class.getResourceAsStream("robots_only_whitespace.txt");
            try {
                robotsTxt = robotsTxtHelper.parse(in);
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 20.6K bytes
    - Viewed (0)
Back to top