Skip to content

Commit

Permalink
[fix] test again
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-Zen committed Jun 8, 2023
1 parent 3e50060 commit 45e54d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_typst-doc.typ
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let result = parse-code(a)
assert.eq(result.functions.len(), 1)
assert.eq(result.functions.at(0).name, "a-3_56C")
assert.eq(result.functions.at(0).description, " Func\n")
assert.eq(result.functions.at(0).return-types, "")
assert.eq(result.functions.at(0).return-types, none)
}


Expand Down

0 comments on commit 45e54d9

Please sign in to comment.