jdk-24/langtools/test/tools/doclint/EndWithIdentifierTest.out
Alexander Kulyakhtin b6262441ad 8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine
2015-05-21 11:41:04 -07:00

21 lines
497 B
Plaintext

EndWithIdentifierTest.java:15: error: syntax error in reference
/**{@link*/
^
EndWithIdentifierTest.java:18: error: reference not found
/**@see List*/
^
EndWithIdentifierTest.java:21: error: semicolon missing
/**&amp*/
^
EndWithIdentifierTest.java:24: error: malformed HTML
/**<a*/
^
EndWithIdentifierTest.java:27: error: malformed HTML
/**</a*/
^
EndWithIdentifierTest.java:30: error: malformed HTML
/**<a name*/
^
6 errors