On Tue, 9 May 2023 14:33:50 GMT, Guoxiong Li <g...@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? I was just trying to imagine a case where `newline` might be true after the tag name has been read. ------------- PR Comment: https://git.openjdk.org/jdk/pull/13888#issuecomment-1540267331