Skip to content

Commit

Permalink
Fix float parsing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jul 3, 2024
1 parent cdd6e24 commit f27011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ end
for bad_data in [
"2e300",
"++++9.0",
"1.3e2F0",
"+",
"\tKL:A:p",
]
aux = SAM.Auxiliary("AB:f:" * bad_data)
Expand Down

0 comments on commit f27011f

Please sign in to comment.