summaryrefslogtreecommitdiff
path: root/test/linter/test_pony_ponyc.vader
blob: 3a3b32ec15b58888d043e467ee4d47ed1f19868b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Before:
  call ale#assert#SetUpLinterTest('pony', 'ponyc')

After:
  call ale#assert#TearDownLinterTest()

Execute(The options should be used in the command):
  AssertLinter 'ponyc', ale#Escape('ponyc') . ' --pass paint'

  let b:ale_pony_ponyc_options = 'foobar'

  AssertLinter 'ponyc', ale#Escape('ponyc') . ' foobar'