There was an error while loading. Please reload this page.
1 parent 49aafa5 commit 5f9d015Copy full SHA for 5f9d015
1 file changed
test/linter/test_zig_zls.vader
@@ -8,15 +8,11 @@ Execute(The default executable path should be correct):
8
AssertLinter 'zls', ale#Escape('zls')
9
10
Execute(The project root should be detected correctly):
11
- AssertLSPProject ''
12
-
13
call ale#test#SetFilename('../test-files/zig/main.zig')
14
15
AssertLSPProject ale#path#Simplify(g:dir . '/../test-files/zig')
16
17
Execute(The project root should be detected correctly given no build.zig):
18
19
20
call ale#test#SetFilename(g:dir . '../test-files/zig-nobuild/main.zig')
21
22
- AssertLSPProject ale#path#Simplify(g:dir . '/../test-files/zig-nobuild')
+ AssertLSPProject ale#path#Simplify(g:dir . '../test-files/zig-nobuild')
0 commit comments