Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for test_evaluate_syntaxErrorNotCached (0.65 seconds)

  1. src/test/java/org/codelibs/fess/script/groovy/GroovyEngineTest.java

            engine.close();
        }
    
        // ===== Compilation Failure Tests =====
    
        /**
         * Test that syntax errors are not cached and can be retried
         */
        @Test
        public void test_evaluate_syntaxErrorNotCached() {
            final GroovyEngine engine = new GroovyEngine();
            final Map<String, Object> params = new HashMap<>();
            final String invalidScript = "this is not valid {{{";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:03:38 GMT 2026
    - 29.1K bytes
    - Click Count (0)
Back to Top