langtools/test/tools/doclint/tidy/InvalidEntity.java
author lana
Tue, 08 Aug 2017 22:52:41 +0000
changeset 46173 5546b5710844
parent 30730 d3ce7619db2c
permissions -rw-r--r--
Merge

/*
 * @test /nodynamiccopyright/
 * @bug 8004832
 * @summary Add new doclint package
 * @library ..
 * @modules jdk.compiler/com.sun.tools.doclint
 * @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 { }