Skip to content

Commit

Permalink
add a test showing that is screwing up iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Oct 30, 2020
1 parent 79205cb commit a6681b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ basic_test(ShortString{MyUInt2048}, 254)
@test ss15"Short String!!!" === ShortString15("Short String!!!")
@test ss7"ShrtStr" === ShortString7("ShrtStr")
@test ss3"ss3" === ShortString3("ss3")

# Iterations
@test collect(ShortString15("x∫yâz")) == [`x`,``,`y`,`â`,`z`]

0 comments on commit a6681b7

Please sign in to comment.