This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Add unit tests for CommentPatterns regular expressions #722
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
Test
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Comments
swcloud
added
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Test
labels
Dec 5, 2016
evaogbe
added
the
priority: p3
Desirable enhancement or fix. May not be included in next release.
label
Aug 14, 2017
This should now be the CommentReformatters. |
Ack. Specifically, if I recall correctly, the context was that the regexes were quite complicated and some test cases would have helped, so that would mean testing CommentPatterns. |
geigerj
changed the title
Add unit tests for Python/Ruby/NodeJS CommentFixer
Add unit tests for CommentPatterns regular expressions
Aug 14, 2017
evaogbe
added a commit
to evaogbe/toolkit
that referenced
this issue
Feb 11, 2019
evaogbe
added a commit
to evaogbe/toolkit
that referenced
this issue
Feb 12, 2019
Updates the formatting of Ruby comments to expect comments in the format of [CommonMark](https://commonmark.org/). Proto comments generally follow the CommonMark spec. Replaces ad hoc comment transformations with a visitor for the Markdown elements. Adds tests for the RubyCommentReformatter. Cleans up comment regex patterns. Updates googleapis#722
evaogbe
added a commit
that referenced
this issue
Feb 27, 2019
Add test for GoCommentReformatter. Updates #722
Obsolete since we are migrating to microgenerators |
busunkim96
pushed a commit
to busunkim96/gapic-generator
that referenced
this issue
Nov 7, 2019
Add test for GoCommentReformatter. Updates googleapis#722
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
Test
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
While fixing #716, we found that there are no comprehensive unit test that are written for the following classes:
CommentPatterns.java
RDocCommentFixer.java
PythonSphinxCommentFixer.java
JSDocCommentFixer.java
While #716 PR provides unit tests for the above classes for its specific issues, these classes should have more comprehensive unit tests.
The text was updated successfully, but these errors were encountered: