Skip to content

Commit

Permalink
Optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 committed Sep 10, 2022
1 parent 98d4265 commit badb842
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/format/js/comments/__snapshots__/jsfmt.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3177,6 +3177,7 @@ function value(type, value) {
/** Trailing nestled comment 1
*//** Trailing nestled comment 2
*//** Trailing nestled comment 3
*/
=====================================output=====================================
Expand Down Expand Up @@ -3206,6 +3207,7 @@ function value(type, value) {
/** Trailing nestled comment 1
*//** Trailing nestled comment 2
*//** Trailing nestled comment 3
*/
================================================================================
Expand Down Expand Up @@ -3243,6 +3245,7 @@ function value(type, value) {
/** Trailing nestled comment 1
*//** Trailing nestled comment 2
*//** Trailing nestled comment 3
*/
=====================================output=====================================
Expand Down Expand Up @@ -3272,6 +3275,7 @@ function value(type, value) {
/** Trailing nestled comment 1
*//** Trailing nestled comment 2
*//** Trailing nestled comment 3
*/
================================================================================
Expand Down
1 change: 1 addition & 0 deletions tests/format/js/comments/jsdoc-nestled.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ function value(type, value) {

/** Trailing nestled comment 1
*//** Trailing nestled comment 2
*//** Trailing nestled comment 3
*/

0 comments on commit badb842

Please sign in to comment.