Skip to content

Commit

Permalink
temp: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEROM22 committed Dec 26, 2024
1 parent 69a0403 commit 0576ef7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/typedoc-signature/fixtures/006/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ t.text = " = "
s.push(t)

t = new StringToken()
t.text = '"s"'
t.text = '"v0"'
s.push(t)

t = new TextToken()
Expand Down
6 changes: 5 additions & 1 deletion packages/typedoc-signature/fixtures/035/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ t.text = ": "
s.push(t)

t = new TypeToken()
t.text = "string[]"
t.text = "string"
s.push(t)

t = new TextToken()
t.text = "[]"
s.push(t)

t = new TextToken()
Expand Down

0 comments on commit 0576ef7

Please sign in to comment.