ale/test/util/test_cd_string_commands.vader

10 lines
396 B
Plaintext
Raw Normal View History

Before:
silent! cd /testplugin/test/util
Execute(CdString should output the correct command string):
2017-04-17 22:29:02 +00:00
AssertEqual 'cd /foo\ bar/baz && ', ale#path#CdString('/foo bar/baz')
Execute(BufferCdString should output the correct command string):
2017-04-17 22:29:02 +00:00
Assert match(ale#path#BufferCdString(bufnr('')), '^cd .*test/util && $') >= 0,
\ 'String didn''t match regex: ' . ale#path#BufferCdString(bufnr(''))