Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testEscapedVariablePassthrough (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java

            String actual = new File(value.toString()).getCanonicalPath();
    
            assertEquals(expected, actual);
        }
    
        @Test
        void testEscapedVariablePassthrough() throws Exception {
            String var = "${var}";
    
            Model model = new Model();
            model.setVersion("1");
    
            MavenProject project = new MavenProject(model);
    
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Mar 26 19:31:34 GMT 2025
    - 19.4K bytes
    - Click Count (0)
Back to Top