Improve blockComments rule and add tests

This commit is contained in:
Nick Lockwood
2021-12-04 08:38:50 +00:00
parent b9d6467702
commit d0668564be
4 changed files with 166 additions and 123 deletions
-4
View File
@@ -1298,10 +1298,8 @@ private struct Examples {
- * bar
- */
+ //
+ // foo
+ // bar
+ //
```
```diff
@@ -1310,10 +1308,8 @@ private struct Examples {
- * bar
- */
+ ///
+ /// foo
+ /// bar
+ ///
```
"""
}