Commit graph

4 commits

Author SHA1 Message Date
79a4205f4d
chore(tests): multichar prerelease ordinal case 2024-11-21 18:23:27 +00:00
f6220d6295
fix: return error on invalid ordinal with points
Previously, if the ordinal contained dots (like 1.2.3-beta.3.4.5),
although it was invalid, an error would not be returned, which was
problematic. This has now been fixed.

Test cases are also included to prevent future regressions.
2024-11-21 18:21:19 +00:00
727692b31e chore(tests): migrate parse_invalid to use official frktest package 2024-11-12 20:24:52 +05:30
d67abb3186 chore: include test suites for library 2024-11-04 12:18:52 +05:30