langtools/test/tools/javac/Diagnostics/6769027/tester.properties
author mcimadamore
Fri, 13 Feb 2009 11:57:33 +0000
changeset 2085 4792e12a8ca2
child 3782 ae62279eeb46
permissions -rw-r--r--
6769027: Source line should be displayed immediately after the first diagnostic line Summary: Added support for customizing diagnostic output via API/command line flags Reviewed-by: jjg

compiler.err.single=\
    This is a test error message {0}

compiler.err.double=\
    This is a test error message.\n\
	This is another line of the above error message {0}

compiler.misc.single=\
    This is a test subdiagnostic {0}

compiler.misc.double=\
    This is a test subdiagnostic.\n\
	This is another line of the above subdiagnostic {0}