Skip to content

Commit

Permalink
Merge branch 'topic/edge-gpr-259-fix-tests' into 'edge'
Browse files Browse the repository at this point in the history
fix regression after gpr2 exceptions fixed on windows

See merge request eng/ide/ada_language_server!1537
  • Loading branch information
AnthonyLeonardoGracio committed Apr 11, 2024
2 parents ebfa005 + ecfb705 commit 55ade45
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
6 changes: 3 additions & 3 deletions testsuite/gpr_lsp/import_using_space_string/windows/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@
"range": {
"start": {
"line": 0,
"character": 0
"character": 5
},
"end": {
"line": 0,
"character": 0
"character": 5
}
},
"severity": 1,
"message": "GPR parser unexpected ADA.IO_EXCEPTIONS.NAME_ERROR invalid path name \" \""
"message": "imported project file \" .gpr\" not found"
}
]
}
Expand Down
25 changes: 20 additions & 5 deletions testsuite/gpr_lsp/invalid_file_name_support/windows/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,32 @@
"range": {
"start": {
"line": 0,
"character": 0
"character": 5
},
"end": {
"line": 0,
"character": 0
"character": 5
}
},
"severity": 1,

"message": "GPR parser unexpected ADA.IO_EXCEPTIONS.NAME_ERROR invalid path name \" \""
}
"source": "project",
"message": "imported project file \" .gpr\" not found"
},
{
"range": {
"start": {
"line": 1,
"character": 22
},
"end": {
"line": 1,
"character": 22
}
},
"severity": 1,
"source": "project",
"message": "extended project file \" .gpr\" not found"
}
]
}
}
Expand Down

0 comments on commit 55ade45

Please sign in to comment.