Skip to content

Commit

Permalink
fix regression after gpr2 exceptions fixed on windows
Browse files Browse the repository at this point in the history
gpr-issues#259
  • Loading branch information
Philippe Gil committed Apr 11, 2024
1 parent ebfa005 commit ecfb705
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 ecfb705

Please sign in to comment.