summaryrefslogtreecommitdiff
path: root/test/unit
AgeCommit message (Collapse)Author
2017-06-09Rename 'unit' test directory to 'normal' as they are the normal mode testsMaxime Coste
2017-03-07test: Remove empty test directoriesFrank LENORMAND
Closes #922
2017-03-04Change word object selector to fail if the cursor is not on a word charMaxime Coste
2017-03-03Move object unit tests in their own subfolderMaxime Coste
2017-03-03Fix tests for indent selectionMaxime Coste
2017-03-03Return an optional selection in most selectors, fail rather than keep currentMaxime Coste
Instead of returning the current selection when a selector fails, return an empty Optional<Selection>. That means object selections will now remove the selections that dont match the object.
2017-02-23test: Fix UTF8 compliant locale detectionFrank LENORMAND
2017-02-01Use <a-'> for backward rotate selection and move rotate content to <a-">Maxime Coste
2016-10-28Fix align support with aligntab = trueMaxime Coste
2016-10-14Add the missing repeat-select test casesMaxime Coste
2016-10-01Fix get_column function and add some unit tests for fullwidth textMaxime Coste
2016-09-26Selecting 'around' word when on spaces after word now selects next wordMaxime Coste
2016-07-26Add unit tests for an arbitrary slash-based selectionFrank LENORMAND
2016-04-30Fix splitting selecting the first buffer char when there is a match at ↵Maxime Coste
buffer begin
2016-03-30Add a spaces to tabs testMaxime Coste
2016-03-17Fix another bug in Buffer::replace implementationMaxime Coste
2016-03-17Add a replace-line unit testMaxime Coste
2016-03-17Add a reload testMaxime Coste
2015-12-27Add reverse search unit testsO. Perret
2015-12-15Add two unit tests for invalid syntaxes in the commandFrank LENORMAND
2015-08-20Fix tests after macros/marks syntax changeMaxime Coste
2015-08-11Add unit tests for <a-x> and <a-X>Maxime Coste
2015-07-11Add a save selections test caseMaxime Coste
2015-07-01Refactor select_arguments and slightly change behaviour for non-innerMaxime Coste
non inner argument contains the argument, preceeding whitespaces, and eventual ending comma, except for first arguments (that contains the whitespaces after the comma), and last argument (that contains the comma before it).
2015-07-01Added tests for argument text objectViktor Palmkvist
2015-06-27Fix test with new selection desc formatMaxime Coste
2015-06-23Properly test rotateMaxime Coste
2015-06-21Fix test handling of ' and rotate-content testMaxime Coste
2015-06-08Fix unit tests after gl/gh behaviour changeMaxime Coste
2015-04-14Fix test with change in the selection desc formatMaxime Coste
2015-03-13Add a $ command unit testMaxime Coste
2015-02-09Fix selecting of insert text in SelectionList::insertMaxime Coste
2015-01-12Another try to fix pipe-to test on OSXMaxime Coste
2015-01-12Try an alternative pipe-to method to fix OSX testMaxime Coste
2014-12-15Remove trailing eolMaxime Coste
2014-12-13Try to fix OSX pipe-to testMaxime Coste
2014-12-12Fix pipe-insert testMaxime Coste
2014-11-26Rename tests to avoid upper/lower case collisionsMaxime Coste
2014-11-22Do not merge overlapping selections in InputMode::ReplaceMaxime Coste
Fixes #237
2014-11-22Tweak the way we set initial text in testing frameworkMaxime Coste
2014-10-11Fix goto last buffer testMaxime Coste
2014-10-09concat-{yank,delete} was removed, replace with concat-paste testMaxime Coste
2014-10-09Fix various testsMaxime Coste
2014-06-30add testing frameworkAlex Leferry 2