summaryrefslogtreecommitdiff
path: root/test/test_gradle_build_classpath_command.vader
diff options
context:
space:
mode:
authorpaihu <paihu@users.noreply.github.com>2018-10-23 23:20:27 +0900
committerpaihu <paihu@users.noreply.github.com>2018-10-23 23:20:27 +0900
commitf4395f5b8cb0078536e6033ca9c86e7299ed3ba1 (patch)
treeadf339bfb31497d16203507cc404e58fcd5048ed /test/test_gradle_build_classpath_command.vader
parentbc3ccd6e042fb623e6a34d5184839aa1f1518f32 (diff)
downloadale-f4395f5b8cb0078536e6033ca9c86e7299ed3ba1.zip
ale#path#CdString include ale#Escape
Diffstat (limited to 'test/test_gradle_build_classpath_command.vader')
-rw-r--r--test/test_gradle_build_classpath_command.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_gradle_build_classpath_command.vader b/test/test_gradle_build_classpath_command.vader
index e3ae3bce..491c2bf0 100644
--- a/test/test_gradle_build_classpath_command.vader
+++ b/test/test_gradle_build_classpath_command.vader
@@ -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(''))