On Tue, 9 May 2023 14:17:59 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> Overall, I would expect `newline` to be set `false`earlier, maybe in > `blockTag`, so that the setting applies to all block tags. That might still > leave the possibility of a newline happening after the tag name and before > the quoted string, but your test case does not cover that. If there is something between the tag name and the quoted string, the method `quotedString` is never invoked by method `TagParser::parse`. So such case seems not related to this bug. Do I miss anything? ------------- PR Comment: https://git.openjdk.org/jdk/pull/13888#issuecomment-1540248594