Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Jan 26, 2023
1 parent 9d2b0ed commit 3b326f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ n2 = h("div", "hi")
@test_throws BoundsError n[2]
n[1] = "new"
@test n[1] == "new"

@test_throws ErrorException display(h.div(nothing))
end
#-----------------------------------------------------------------------------# HTML
@testset "HTML" begin
Expand Down

2 comments on commit 3b326f0

@joshday
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/76429

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.2 -m "<description of version>" 3b326f04ac340ae562f89326675bbfeab092fa0e
git push origin v0.3.2

Please sign in to comment.