mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00

Added support for customizing diagnostic output via API/command line flags Reviewed-by: jjg
13 lines
347 B
INI
13 lines
347 B
INI
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}
|