2017-03-21 13:09:02 +00:00
|
|
|
Before:
|
|
|
|
silent! cd /testplugin/test/util
|
|
|
|
|
|
|
|
Execute(CdString should output the correct command string):
|
2017-05-08 21:59:25 +00:00
|
|
|
AssertEqual 'cd ''/foo bar/baz'' && ', ale#path#CdString('/foo bar/baz')
|
2017-03-21 13:09:02 +00:00
|
|
|
|
|
|
|
Execute(BufferCdString should output the correct command string):
|
2017-05-08 21:59:25 +00:00
|
|
|
AssertEqual 'cd ' . shellescape(getcwd()) . ' && ', ale#path#BufferCdString(bufnr(''))
|