RFR: More details around the jtreg bug tag [v2]
Mark Sheppard
msheppar at openjdk.org
Fri Jan 27 18:06:54 UTC 2023
On Fri, 27 Jan 2023 17:24:25 GMT, Jesper Wilhelmsson <jwilhelm at openjdk.org> wrote:
>> src/guide/testing-the-jdk.md line 57:
>>
>>> 55: ~~~
>>> 56:
>>> 57: You can add several bug ids in the same `@bug` tag, separated by a single space. The bug ids listed here should refer to bugs for which this test is verifying the fix. JBS issues that track changes to the test itself are not listed here.
>>
>> Is the comma necessary before “separated”?
>
> That's a good question. I'll defer to someone who is native English speaker to determine that.
In think it is ok, as it emphasizes the first part of the statement. A slighly more verbose form would be:
You can add several bug ids in the same `@bug` tag, each bug id is separated by a single space.
This in turn could be structured as two separate sentences.
You can add several bug ids in the same `@bug` tag. Each bug id is separated by a single space.
-------------
PR: https://git.openjdk.org/guide/pull/96
More information about the guide-dev
mailing list