Document and test solc

This commit is contained in:
w0rp
2019-09-19 20:26:22 +01:00
parent b8949aaac3
commit 529f57a66f
5 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Before:
call ale#assert#SetUpLinterTest('solidity', 'solc')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'solc', 'solc %s'
Execute(The options should be configurable):
let g:ale_solidity_solc_options = '--foobar'
AssertLinter 'solc', 'solc --foobar %s'