test/tools/javac/Diagnostics/6769027/tester.properties

changeset 0
959103a6100f
child 2525
2eb010b6cb22
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/javac/Diagnostics/6769027/tester.properties	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,13 @@
     1.4 +compiler.err.single=\
     1.5 +    This is a test error message {0}
     1.6 +
     1.7 +compiler.err.double=\
     1.8 +    This is a test error message.\n\
     1.9 +        This is another line of the above error message {0}
    1.10 +
    1.11 +compiler.misc.single=\
    1.12 +    This is a test subdiagnostic {0}
    1.13 +
    1.14 +compiler.misc.double=\
    1.15 +    This is a test subdiagnostic.\n\
    1.16 +        This is another line of the above subdiagnostic {0}

mercurial