Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect comment content if having more comment after the {{{code}}} in same line #16153

Closed
liang3zy22 opened this issue Oct 8, 2022 · 1 comment

Comments

@liang3zy22
Copy link
Contributor

liang3zy22 commented Oct 8, 2022

Compiler version

3.2.1-RC2(all 3 version should have this issue.)

Minimized code

/**
 * {{{ code }}}}
 */
class A

Output

The html page is not correct, showing "class A", "}" and "code }}}".

Expectation

The html page should only show "class A", "}".

Comment

This is the same issue in scala2, scala/bug#12509. Just different test case.

@liang3zy22 liang3zy22 added itype:bug stat:needs triage Every issue needs to have an "area" and "itype" label labels Oct 8, 2022
@liang3zy22 liang3zy22 changed the title Incorrect comment content if having more comment after the {{{code}}} Incorrect comment content if having more comment after the {{{code}}} in same line Oct 8, 2022
@TheElectronWill TheElectronWill added area:doctool stat:fix available and removed stat:needs triage Every issue needs to have an "area" and "itype" label labels Oct 9, 2022
@liang3zy22
Copy link
Contributor Author

close issue since PR merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants