This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Flaky assertion about TextBuffer::find
#25
Open
Description
seed: 109454428
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tests is a Catch v1.5.9 host application.
Run with -? for options
-------------------------------------------------------------------------------
TextBuffer - random edits and queries
-------------------------------------------------------------------------------
../test/native/text-buffer-test.cc:433
...............................................................................
../test/native/text-buffer-test.cc:522: FAILED:
REQUIRE( search_result == (Range{ mutated_text.position_for_offset(match_result.start_offset), mutated_text.position_for_offset(match_result.end_offset), }) )
with expansion:
((0, 1), (1, 0)) == ((0, 0), (1, 0))
Metadata
Metadata
Assignees
Labels
No labels