mirror of https://github.com/dense-analysis/ale
update tests
This commit is contained in:
parent
c37cc1c8a3
commit
160af49450
|
@ -8,14 +8,14 @@ Execute(The Dafny handler should parse output correctly):
|
||||||
AssertEqual
|
AssertEqual
|
||||||
\ [
|
\ [
|
||||||
\ {
|
\ {
|
||||||
\ 'bufnr': 0,
|
\ 'filename': 'File.dfy',
|
||||||
\ 'col': 45,
|
\ 'col': 45,
|
||||||
\ 'lnum': 123,
|
\ 'lnum': 123,
|
||||||
\ 'text': 'A precondition for this call might not hold.',
|
\ 'text': 'A precondition for this call might not hold.',
|
||||||
\ 'type': 'E'
|
\ 'type': 'E'
|
||||||
\ },
|
\ },
|
||||||
\ {
|
\ {
|
||||||
\ 'bufnr': 0,
|
\ 'filename': 'File.dfy',
|
||||||
\ 'col': 90,
|
\ 'col': 90,
|
||||||
\ 'lnum': 678,
|
\ 'lnum': 678,
|
||||||
\ 'text': 'This is the precondition that might not hold.',
|
\ 'text': 'This is the precondition that might not hold.',
|
||||||
|
|
Loading…
Reference in New Issue