Skip to content

Commit

Permalink
Nice. Tests works
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Nov 30, 2024
1 parent bd4b3ee commit c0d36af
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions crates/cli-support/tests/snapshots/jsdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Ast: |

Input: |
This is
a multi-line
description.
Output: |
This is
a multi-line
description.
Expand Down Expand Up @@ -346,7 +346,7 @@ Ast: |

Input: |
@param {string} foo
@param{string}foo
@param{string}foo
@param{string}[foo]
@param{string}[foo=]
@param { string } [ foo = 123 ]
Expand Down Expand Up @@ -666,11 +666,11 @@ Ast: |
---

Input: |
@returns
@returns
@returns description
@returns {}
@returns{void}
@returns {}
@returns{void}
@returns{void}
@returns{void}description
@returns{void} description
@returns
Expand Down Expand Up @@ -788,6 +788,7 @@ Input: |
@return {string} description
Output: |
@returns {string} description
Ast: |
JsDoc {
Expand Down

0 comments on commit c0d36af

Please sign in to comment.