Closed mozzius closed 3 weeks ago
Negative-length facets cause text to be duplicated for whatever reason. Fixed by filtering out facets where byteStart is larger than byteEnd. Zero-length facets are still allowed.
byteStart
byteEnd
A new test case was added to catch this:
Negative-length facets cause text to be duplicated for whatever reason. Fixed by filtering out facets where
byteStart
is larger thanbyteEnd
. Zero-length facets are still allowed.A new test case was added to catch this: