summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-07-13Clamp selection generated in selection_list_from_stringMaxime Coste
2016-07-11Add a regression test for #704Maxime Coste
2016-06-22Do not go backward to when selecting to end of line from the end of lineMaxime Coste
2016-06-20Do not preserve registers by default when exec/eval in a non draft contextMaxime Coste
2016-05-10Correctly set c++ locale on startupMaxime Coste
2016-05-10Improve test scriptMaxime Coste
2016-05-10Improve test runscript to avoid false positives when an output is not generatedMaxime Coste
2016-05-10preserve diff leading whitespaces when displayin them in the test runnerMaxime Coste
2016-05-10Use boost::wregex implementation and manually utf8 decode into itMaxime Coste
2016-04-30Fix splitting selecting the first buffer char when there is a match at buffer...Maxime Coste
2016-04-27Fix handling of expected to fail testsMaxime Coste
2016-04-27Fix test runner use of sed -rMaxime Coste
2016-04-13Fix modified range computation when erasing multiple times past current buffe...Maxime Coste
2016-04-11Fix regions display testMaxime Coste
2016-03-30Add a spaces to tabs testMaxime Coste
2016-03-30Fix spaces_to_tabs implementation accessing past endMaxime 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
2016-03-17Update test run script, was not writing test name in some casesMaxime Coste
2016-03-16Avoid the spurious newline insertion when replacing at end of bufferMaxime Coste
2016-03-08Do not use echo -n in test runner, -n is not standardMaxime Coste
2016-03-08Add an initial highlighting testMaxime Coste
2016-03-08Detect if the debug buffer exists before displaying it in test runnerMaxime Coste
2016-03-07Select ui at launch through the -ui <ui_name> switchMaxime Coste
2016-03-03Add a regression test for #612Maxime Coste
2016-03-03Fix test runner to consider Kakoune returning non 0 as a failureMaxime Coste
2015-12-27Add reverse search unit testsO. Perret
2015-12-15Add two unit tests for invalid syntaxes in the commandFrank LENORMAND
2015-12-15Fix populating the stderr file, strip the coordinates of the error from itFrank LENORMAND
2015-12-14Adapt the changes to a smarter way of testing kak for failuresFrank LENORMAND
2015-12-12Allow unit tests to test for errors.Frank LENORMAND
2015-12-07Display unit tests in alphabetical orderEnrico Lumetti
2015-11-16Support auto disabling of unit tests with an optional enabled scriptMaxime Coste
2015-11-16Revert "Add an unicode to upper case test", needs an utf8 localeMaxime Coste
2015-11-15Add an unicode to upper case testMaxime Coste
2015-10-17Code cleanup in the test running scriptMaxime Coste
2015-09-14Fix backward search searching from on char before the corret one.Maxime Coste
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
2015-07-01Added tests for argument text objectViktor Palmkvist
2015-06-28Merge overlapping selections before erasingMaxime Coste
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-05-26Fix test script return value check to be more POSIX compliantMaxime Coste
2015-05-20Test suite shows something when kakoune exit code is not 0Maxime Coste