aboutsummaryrefslogtreecommitdiff
path: root/lua/basic_cursor.lua
AgeCommit message (Collapse)AuthorFilesLines
2016-05-03Add another test for cursor positioningJosh Wainwright1-9/+13
Confirming `cursor:to(line,col)` implies `cursor.line == line` and `cursor.col == col`
2016-04-27test/lua: update tests to match new cursor positioning codeMarc André Tanner1-2/+2
cursor:to(line,col) now implies cursor.line == line and cursor.col == col
2016-04-26Remove .status files, just use .ref and .out pairsJosh Wainwright1-1/+1
2016-04-21Use .status files instead of .true files and write error to .err fileJosh Wainwright1-5/+5
2016-04-20Split test lua code into individual test.lua filesJosh Wainwright1-0/+32