Commit graph

11 commits

Author SHA1 Message Date
ee4d0e1a8d
fix: relax size checks and move test to edge case
Relaxed size checks to not error for empty ZIP files in other test
cases, and only validate that the number of entries is 0 for our test
case, moving it to the edge cases suite instead.
2025-02-24 07:39:35 +00:00
545de01536
style: apply stylua formatter 2025-02-23 20:15:58 +00:00
9f9b394207
chore(tests): strip newlines and first line before comment len 2025-02-23 20:04:37 +00:00
e70b3b8055
chore(tests): add edge case test for max_comment_size.zip 2025-02-23 19:21:38 +00:00
06b5b61620
chore(tests): include case for zip version validation 2025-01-10 10:36:30 +00:00
d88091ea5a
feat: rename extraction option field isString->type 2025-01-08 16:21:27 +00:00
eb7aa1d010
chore(tests): add test for utf8 encoded filenames 2025-01-08 14:40:51 +00:00
ecdae4155e
chore(tests): add case for garbage after comment 2025-01-08 14:22:46 +00:00
03320fe090
style: apply stylua formatter 2025-01-08 14:14:30 +00:00
d329a3f273
feat: support following symlinks
* Added new extraction option: `followSymlinks`
* Added method for querying whether an entry is a symlink using
  `ZipEntry:isSymlink`
* Include tests for symlinks
2025-01-07 18:45:06 +00:00
2f06690667
chore(tests): rename misaligned_comment test suite 2025-01-07 13:31:21 +00:00
Renamed from tests/misaligned_comment.luau (Browse further)