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.
2 parents c7cb45d + 80b02dd commit 1125136Copy full SHA for 1125136
test-sourcekit-lsp/test-sourcekit-lsp.py
@@ -122,9 +122,9 @@ def main():
122
'position': { 'line': 2, 'character': 22}, ## zero-based
123
})
124
# CHECK: "items":[
125
- # FIXME: Extra space?
126
- # CHECK-DAG: "label":" clib_func()"
127
- # CHECK-DAG: "label":" clib_other()"
+ # FIXME: Missing clib_other rdar://55801106
+ # FIXME: "insertText":"clib_func"
+ # FIXME: "insertText":"clib_other"
128
# CHECK: ]
129
130
lsp.request('shutdown', {})
0 commit comments