index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit
Age
Commit message (
Expand
)
Author
2017-06-09
Rename 'unit' test directory to 'normal' as they are the normal mode tests
Maxime Coste
2017-03-07
test: Remove empty test directories
Frank LENORMAND
2017-03-04
Change word object selector to fail if the cursor is not on a word char
Maxime Coste
2017-03-03
Move object unit tests in their own subfolder
Maxime Coste
2017-03-03
Fix tests for indent selection
Maxime Coste
2017-03-03
Return an optional selection in most selectors, fail rather than keep current
Maxime Coste
2017-02-23
test: Fix UTF8 compliant locale detection
Frank LENORMAND
2017-02-01
Use <a-'> for backward rotate selection and move rotate content to <a-">
Maxime Coste
2016-10-28
Fix align support with aligntab = true
Maxime Coste
2016-10-14
Add the missing repeat-select test cases
Maxime Coste
2016-10-01
Fix get_column function and add some unit tests for fullwidth text
Maxime Coste
2016-09-26
Selecting 'around' word when on spaces after word now selects next word
Maxime Coste
2016-07-26
Add unit tests for an arbitrary slash-based selection
Frank LENORMAND
2016-04-30
Fix splitting selecting the first buffer char when there is a match at buffer...
Maxime Coste
2016-03-30
Add a spaces to tabs test
Maxime Coste
2016-03-17
Fix another bug in Buffer::replace implementation
Maxime Coste
2016-03-17
Add a replace-line unit test
Maxime Coste
2016-03-17
Add a reload test
Maxime Coste
2015-12-27
Add reverse search unit tests
O. Perret
2015-12-15
Add two unit tests for invalid syntaxes in the command
Frank LENORMAND
2015-08-20
Fix tests after macros/marks syntax change
Maxime Coste
2015-08-11
Add unit tests for <a-x> and <a-X>
Maxime Coste
2015-07-11
Add a save selections test case
Maxime Coste
2015-07-01
Refactor select_arguments and slightly change behaviour for non-inner
Maxime Coste
2015-07-01
Added tests for argument text object
Viktor Palmkvist
2015-06-27
Fix test with new selection desc format
Maxime Coste
2015-06-23
Properly test rotate
Maxime Coste
2015-06-21
Fix test handling of ' and rotate-content test
Maxime Coste
2015-06-08
Fix unit tests after gl/gh behaviour change
Maxime Coste
2015-04-14
Fix test with change in the selection desc format
Maxime Coste
2015-03-13
Add a $ command unit test
Maxime Coste
2015-02-09
Fix selecting of insert text in SelectionList::insert
Maxime Coste
2015-01-12
Another try to fix pipe-to test on OSX
Maxime Coste
2015-01-12
Try an alternative pipe-to method to fix OSX test
Maxime Coste
2014-12-15
Remove trailing eol
Maxime Coste
2014-12-13
Try to fix OSX pipe-to test
Maxime Coste
2014-12-12
Fix pipe-insert test
Maxime Coste
2014-11-26
Rename tests to avoid upper/lower case collisions
Maxime Coste
2014-11-22
Do not merge overlapping selections in InputMode::Replace
Maxime Coste
2014-11-22
Tweak the way we set initial text in testing framework
Maxime Coste
2014-10-11
Fix goto last buffer test
Maxime Coste
2014-10-09
concat-{yank,delete} was removed, replace with concat-paste test
Maxime Coste
2014-10-09
Fix various tests
Maxime Coste
2014-06-30
add testing framework
Alex Leferry 2