Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmare314 committed Sep 28, 2023
1 parent bd0be91 commit a3537ed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/types.typ
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@
#assert(not check-type(0, float))
#assert-type(0, "", int, float)
#assert-type(none, "", None, int, str)

#let to-args(..args) = args
#check-arg-sink(to-args(0, 1, 2, allow-named: false))
#check-arg-sink(to-args(a: 0, b: 2, c: 3, allow-positional: false))
#check-arg-sink(to-args(0, expect-argument: true))

0 comments on commit a3537ed

Please sign in to comment.