mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
8004832: Add new doclint package
Reviewed-by: mcimadamore
This commit is contained in:
parent
c5acce4569
commit
4a3e904c6e
100 changed files with 4459 additions and 28 deletions
20
langtools/test/tools/doclint/tidy/InvalidEntity.java
Normal file
20
langtools/test/tools/doclint/tidy/InvalidEntity.java
Normal file
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* @test /nodynamiccopyright/
|
||||
* @library ..
|
||||
* @build DocLintTester
|
||||
* @run main DocLintTester -ref InvalidEntity.out InvalidEntity.java
|
||||
*/
|
||||
|
||||
// tidy: Warning: replacing invalid numeric character reference .*
|
||||
|
||||
// See
|
||||
// http://www.w3.org/TR/html4/sgml/entities.html
|
||||
// http://stackoverflow.com/questions/631406/what-is-the-difference-between-em-dash-151-and-8212
|
||||
|
||||
/**
|
||||
* 
|
||||
* 
|
||||
* &splodge;
|
||||
*
|
||||
*/
|
||||
public class InvalidEntity { }
|
Loading…
Add table
Add a link
Reference in a new issue