mirror of https://github.com/dense-analysis/ale
add tests
This commit is contained in:
parent
3f01cc247c
commit
303b89a6b4
|
@ -20,9 +20,17 @@ Execute(The Dafny handler should parse output correctly):
|
||||||
\ 'lnum': 678,
|
\ 'lnum': 678,
|
||||||
\ 'text': 'This is the precondition that might not hold.',
|
\ 'text': 'This is the precondition that might not hold.',
|
||||||
\ 'type': 'W'
|
\ 'type': 'W'
|
||||||
\ }
|
\ },
|
||||||
|
\ {
|
||||||
|
\ 'bufnr': 0,
|
||||||
|
\ 'col': 45,
|
||||||
|
\ 'lnum': 123,
|
||||||
|
\ 'text': "Verification of 'Impl$$_22_Proof.__default.PutKeepsMapsFull' timed out after 2 seconds",
|
||||||
|
\ 'type': 'E'
|
||||||
|
\ },
|
||||||
\ ],
|
\ ],
|
||||||
\ ale_linters#dafny#dafny#Handle(0, [
|
\ ale_linters#dafny#dafny#Handle(0, [
|
||||||
\ 'File.dfy(123,45): Error BP5002: A precondition for this call might not hold.',
|
\ 'File.dfy(123,45): Error BP5002: A precondition for this call might not hold.',
|
||||||
\ 'File.dfy(678,90): Related location: This is the precondition that might not hold.'
|
\ 'File.dfy(678,90): Related location: This is the precondition that might not hold.',
|
||||||
|
\ "File.dfy(123,45): Verification of 'Impl$$_22_Proof.__default.PutKeepsMapsFull' timed out after 2 seconds",
|
||||||
\ ])
|
\ ])
|
||||||
|
|
Loading…
Reference in New Issue