v0.2.2 - Bug Fix
Bug Fix
Fix incorrect byte offsets in test_byte_offset_retrieval
Corrects a test-only bug where byte_offset and byte_length were set to wrong values in tests/test_storage.py, causing CI failures on Python 3.11.
byte_offset:14→12("line1\nline2\n"is 12 bytes)byte_length:14→19("def foo():\n pass"is 19 bytes)
No changes to production code.