blob: 9699df792a75078a0e3fa66b4868d006a29d5753 [file] [log] [blame]
PASS slice start is negative, relativeStart will be max((size + start), 0)
PASS slice start is greater than blob size, relativeStart will be min(start, size)
PASS slice end is negative, relativeEnd will be max((size + end), 0)
PASS slice end is greater than blob size, relativeEnd will be min(end, size)