mirror of
https://github.com/mawww/kakoune.git
synced 2025-01-03 09:15:08 +03:00
tweak buffer unit test
This commit is contained in:
parent
edef8e4e98
commit
1c301482d5
@ -48,6 +48,8 @@ void test_buffer()
|
||||
buffer.end_undo_group();
|
||||
buffer.undo();
|
||||
assert(buffer.string(buffer.end() - 7, buffer.end()) == "kanaky\n");
|
||||
buffer.redo();
|
||||
assert(buffer.string(buffer.end() - 6, buffer.end()) == "mutch\n");
|
||||
}
|
||||
|
||||
void test_editor()
|
||||
|
Loading…
Reference in New Issue
Block a user