-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix custom comment continuation for multiple follow-up lines #14074
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
Fix custom comment continuation for multiple follow-up lines #14074
Conversation
|
@microsoft-github-policy-service agree |
bobbrow
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this fix!
|
I will follow up with an additional unit test to cover the scenario we missed. |
|
I didn't notice this was targeting the wrong branch. It needs to go to main first. 1.29 is currently prepping for release in that branch and this will go into 1.30. |
|
Do I need to create a new PR? |
No, I did it already. #14076 |
* Fix custom comment continuation for multiple follow-up lines (#14074) * Add a unit test for the scenario * formatting hasn't been done on this file yet. Match the existing style. --------- Co-authored-by: dinhtam2c <[email protected]>
Fix #8998