aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/src/test_utils.rs
Commit message (Expand)AuthorAgeFilesLines
* reformat the worldAleksey Kladov2019-02-081-6/+2
* change to `TextEdit` to avoid allocation and sortBernardo2018-12-251-6/+6
* remove benchmark and simplify testsBernardo2018-12-251-53/+19
* remove slower impl, add benchmarksBernardo2018-12-251-2/+7
* test translate_offset_with_edit against simple impl for single editsBernardo2018-12-251-32/+38
* simplify and reduce number of values exploredBernardo2018-12-251-29/+23
* proptest strategies for TextUnit and AtomTextEditBernardo2018-12-251-0/+114