On Thu, 8 Feb 2024 15:35:58 GMT, Pavel Rappo <pra...@openjdk.org> wrote:

>> Please update the DocComment printout in that commented out test: the actual 
>> content is different. It would be nice if the test were passing at least at 
>> the moment of its initial commit.
>> 
>> Here's what I see locally:
>> 
>> 
>> Expect:
>> DocComment[DOC_COMMENT, pos:0
>>   firstSentence: 1
>>     Summary[SUMMARY, pos:4
>>       summary: 1
>>         Erroneous[ERRONEOUS, pos:14, prefPos:37
>>           code: compiler.err.dc.unterminated.inline.tag
>>           body: abc_`|_def}|_rest_`more`
>>         ]
>>     ]
>>   body: empty
>>   block tags: empty
>> ]
>> 
>> Found:
>> DocComment[DOC_COMMENT, pos:0
>>   firstSentence: 1
>>     Summary[SUMMARY, pos:1
>>       summary: 1
>>         Erroneous[ERRONEOUS, pos:11, prefPos:32
>>           code: compiler.err.dc.unterminated.inline.tag
>>           body: abc_`|def}|rest_`more`
>>         ]
>>     ]
>>   body: empty
>>   block tags: empty
>> ]
>
> Ping.

Thanks for fixing the test and clarifying its comment.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16388#discussion_r1484174598

Reply via email to