Skip to content

Commit

Permalink
test(parse): add test for superscript parse
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoxuanGuo committed Sep 1, 2023
1 parent 565ffda commit 6d1693d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ using Test

# parse
@test nuclide"Fe-56" === Nuclide(26, 56)
@test nuclide"⁵⁶Fe" === Nuclide(26, 56)

# show
buff = IOBuffer()
Expand Down

0 comments on commit 6d1693d

Please sign in to comment.