summaryrefslogtreecommitdiff
path: root/src/unit_tests.cc
AgeCommit message (Collapse)Author
2012-11-28add an empty buffer unit testMaxime Coste
2012-11-23Buffer takes a vector of lines as initial contentMaxime Coste
2012-11-22Cleanups and minor refactoring on BufferMaxime Coste
2012-11-20Buffer: replace Buffer::Type with Buffer::FlagsMaxime Coste
2012-10-22add basic utf8 unit testMaxime Coste
2012-09-26Extract IncrementalInserter::Mode as InsertModeMaxime Coste
move ClientMode classes in a namespace due to InsertMode name collisions
2012-09-10Buffer: Allow inserting at the end when the inserted text ends with an end ↵Maxime Coste
of line Adapted other code in consequence and added unit tests so that this behavior is maintained.
2012-09-03fix open line above for first line and add a unit testMaxime Coste
2012-08-10Buffer: move back Modification as an implementation detailMaxime Coste
* Filters now only works on insertion and take directly the iterator and content * use Buffer::insert and Buffer::erase to modify a buffer
2012-07-16Correct multi select unit testMaxime Coste
2012-05-29Add some string helpers and unit testsMaxime Coste
functions int_to_str(int) and split(const String&, Character), plus corresponding unit tests
2012-04-01add an editor unit testMaxime Coste
2012-03-21add basic unit tests run at startupMaxime Coste