We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345df66 commit 2309c50Copy full SHA for 2309c50
tests/robotcode/language_server/robotframework/parts/test_references.py
@@ -39,7 +39,7 @@ def split(location: Optional[Location]) -> Optional[Location]:
39
if location is None:
40
return None
41
42
- return Location("/".join(location.uri.split('/')[-2:]), location.range)
+ return Location("/".join(location.uri.split("/")[-2:]), location.range)
43
44
result = await protocol.robot_references.collect(
45
protocol.robot_document_highlight,
0 commit comments