mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-08 20:43:31 +08:00
ale#path#CdString include ale#Escape
This commit is contained in:
@@ -25,7 +25,7 @@ Execute(Should return 'gradlew' command if project includes gradle wapper):
|
||||
call ale#test#SetFilename('gradle-test-files/wrapped-project/src/main/kotlin/dummy.kt')
|
||||
|
||||
AssertEqual
|
||||
\ ale#path#CdString(ale#Escape(ale#path#Simplify(g:dir . '/gradle-test-files/wrapped-project')))
|
||||
\ ale#path#CdString(ale#path#Simplify(g:dir . '/gradle-test-files/wrapped-project'))
|
||||
\ . ale#Escape(ale#path#Simplify(g:dir . '/gradle-test-files/wrapped-project/gradlew'))
|
||||
\ . g:command_tail,
|
||||
\ ale#gradle#BuildClasspathCommand(bufnr(''))
|
||||
@@ -36,7 +36,7 @@ Execute(Should return 'gradle' command if project does not include gradle wapper
|
||||
\ . ale#path#Simplify(g:dir . '/gradle-test-files')
|
||||
|
||||
AssertEqual
|
||||
\ ale#path#CdString(ale#Escape(ale#path#Simplify(g:dir . '/gradle-test-files/unwrapped-project')))
|
||||
\ ale#path#CdString(ale#path#Simplify(g:dir . '/gradle-test-files/unwrapped-project'))
|
||||
\ . ale#Escape('gradle')
|
||||
\ . g:command_tail,
|
||||
\ ale#gradle#BuildClasspathCommand(bufnr(''))
|
||||
|
||||
Reference in New Issue
Block a user