author | jjg |
Mon, 17 Dec 2012 07:47:05 -0800 | |
changeset 14952 | d0022ae20516 |
child 14962 | 19ffdfafbcd2 |
permissions | -rw-r--r-- |
14952 | 1 |
/* |
2 |
* @test /nodynamiccopyright/ |
|
3 |
* @library .. |
|
4 |
* @build DocLintTester |
|
5 |
* @run main DocLintTester -ref InvalidEntity.out InvalidEntity.java |
|
6 |
*/ |
|
7 |
||
8 |
// tidy: Warning: replacing invalid numeric character reference .* |
|
9 |
||
10 |
// See |
|
11 |
// http://www.w3.org/TR/html4/sgml/entities.html |
|
12 |
// http://stackoverflow.com/questions/631406/what-is-the-difference-between-em-dash-151-and-8212 |
|
13 |
||
14 |
/** |
|
15 |
*  |
|
16 |
*  |
|
17 |
* &splodge; |
|
18 |
* |
|
19 |
*/ |
|
20 |
public class InvalidEntity { } |