On Tue, 7 Jun 2022 19:20:12 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Added the header and moved the test to the HTML folder instead since I >> believe the process involves classes beyond just the Parser. For example, I >> found that the tags and unknown tags are located in the HTML class. I can >> move it back if it seems more appropriate since the issue requests changes >> to the Parser's doc only. > > Shall the test name be `HtmlScriptTagParserTest.java`? The test is for > testing handling the `<script>` tag only. Good point. I have renamed the test. ------------- PR: https://git.openjdk.java.net/jdk/pull/7446