semver-luau/tests
Erica Marigold 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
..
cmp.luau chore(tests): migrate cmp test to use official frktest package 2024-11-12 20:22:17 +05:30
parse_invalid.luau fix: return error on invalid ordinal with points 2024-11-21 18:21:19 +00:00
parse_valid.luau chore(tests): migrate parse_valid to use official frktest package 2024-11-12 20:23:51 +05:30
tostring.luau feat: implement tostring for SemverImpl 2024-11-21 17:20:48 +00:00