2017-07-09 09:58:17 -04:00
|
|
|
Before:
|
|
|
|
call ale#test#SetDirectory('/testplugin/test')
|
2016-10-17 16:14:34 -04:00
|
|
|
|
2017-07-09 09:58:17 -04:00
|
|
|
After:
|
|
|
|
call ale#test#RestoreDirectory()
|
|
|
|
|
|
|
|
Execute(We should be able to find a configuration file further up):
|
|
|
|
call ale#test#SetFilename('top/middle/bottom/dummy.txt')
|
2016-10-17 16:14:34 -04:00
|
|
|
|
2017-09-10 19:47:27 -04:00
|
|
|
AssertEqual
|
2017-12-19 13:23:09 -05:00
|
|
|
\ ale#path#Simplify(expand('%:p:h:h:h:h') . '/top/example.ini'),
|
2017-09-10 19:47:27 -04:00
|
|
|
\ ale#path#FindNearestFile(bufnr('%'), 'example.ini')
|
2016-10-17 16:14:34 -04:00
|
|
|
|
2017-07-09 09:58:17 -04:00
|
|
|
Execute(We shouldn't find anything for files which don't match):
|
2017-04-17 18:29:02 -04:00
|
|
|
AssertEqual '', ale#path#FindNearestFile(bufnr('%'), 'cantfindthis')
|