Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSaveComment3 (0.07 sec)

  1. compat/maven-embedder/src/test/java/org/apache/maven/cli/props/MavenPropertiesTest.java

        private static final String RESULT3 = COMMENT + LINE_SEPARATOR + COMMENT + LINE_SEPARATOR + KEY1A + " = " + VALUE1
                + "\\" + LINE_SEPARATOR + VALUE1 + LINE_SEPARATOR;
    
        @Test
        public void testSaveComment3() throws Exception {
            properties.put(KEY1, List.of(new String[] {COMMENT, COMMENT}), List.of(new String[] {VALUE1, VALUE1}));
            StringWriter sw = new StringWriter();
            properties.save(sw);
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top