blob: 86243140a7a18e6ead5c3e59aad0aa18dc0ccce4 [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)