author | peterz |
Fri, 28 May 2010 13:32:40 +0400 | |
changeset 5594 | 3db39773da2e |
parent 3782 | ae62279eeb46 |
permissions | -rw-r--r-- |
2085
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
1 |
compiler.err.single=\ |
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
2 |
This is a test error message {0} |
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
3 |
|
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
4 |
compiler.err.double=\ |
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
5 |
This is a test error message.\n\ |
3782 | 6 |
This is another line of the above error message {0} |
2085
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
7 |
|
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
8 |
compiler.misc.single=\ |
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
9 |
This is a test subdiagnostic {0} |
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
10 |
|
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
11 |
compiler.misc.double=\ |
4792e12a8ca2
6769027: Source line should be displayed immediately after the first diagnostic line
mcimadamore
parents:
diff
changeset
|
12 |
This is a test subdiagnostic.\n\ |
3782 | 13 |
This is another line of the above subdiagnostic {0} |