automerge/automerge-frontend/tests
alexjg cf2a5125a1
Fix logic for condensing insert ops (#242)
The logic for condensing multiple inserts was faulty in that it did not
take into account the `insert` flag on the ops that were being
condensed. This led to an issue where multiple set operations on an
object were converted into a multi-insert operation in the patch. This
commit adds a fix and a few tests.
2021-11-15 22:28:00 +00:00
..
baddoc Fix logic for condensing insert ops (#242) 2021-11-15 22:28:00 +00:00
test_apply_patch.rs Use tinyvec for actor id (#179) 2021-07-15 10:18:07 +01:00
test_backend_concurrency.rs Make apply_local_change return ref to change (#231) 2021-07-29 17:41:56 +01:00
test_cursor.rs Use SmolStr in place of String (#182) 2021-06-19 16:28:51 +01:00
test_frontend.rs Fix logic for condensing insert ops (#242) 2021-11-15 22:28:00 +00:00
test_mutation.rs Rename Sequence to List (#218) 2021-07-13 16:27:48 +01:00
test_wasm.rs Rename Sequence to List (#218) 2021-07-13 16:27:48 +01:00