langtools/test/tools/javac/Diagnostics/6769027/tester.properties
changeset 3782 ae62279eeb46
parent 2085 4792e12a8ca2
equal deleted inserted replaced
3781:cad98ced28c5 3782:ae62279eeb46
     1 compiler.err.single=\
     1 compiler.err.single=\
     2     This is a test error message {0}
     2     This is a test error message {0}
     3 
     3 
     4 compiler.err.double=\
     4 compiler.err.double=\
     5     This is a test error message.\n\
     5     This is a test error message.\n\
     6 	This is another line of the above error message {0}
     6         This is another line of the above error message {0}
     7 
     7 
     8 compiler.misc.single=\
     8 compiler.misc.single=\
     9     This is a test subdiagnostic {0}
     9     This is a test subdiagnostic {0}
    10 
    10 
    11 compiler.misc.double=\
    11 compiler.misc.double=\
    12     This is a test subdiagnostic.\n\
    12     This is a test subdiagnostic.\n\
    13 	This is another line of the above subdiagnostic {0}
    13         This is another line of the above subdiagnostic {0}