lean4-htt/tests/server_interactive/completionEndSection.lean.out.expected
Garmelon a3cb39eac9
chore: migrate more tests to new test suite (#12809)
This PR migrates most remaining tests to the new test suite. It also
completes the migration of directories like `tests/lean/run`, meaning
that PRs trying to add tests to those old directories will now fail.
2026-03-06 16:52:01 +00:00

137 lines
4.2 KiB
Text

{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 2, "character": 4}}
{"items":
[{"label": "Foo",
"kind": 9,
"data": ["file:///completionEndSection.lean", 2, 4, 0]}],
"isIncomplete": false}
Resolution of Foo:
{"label": "Foo",
"kind": 9,
"data": ["file:///completionEndSection.lean", 2, 4, 0]}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 8, "character": 5}}
{"items":
[{"label": "Foo",
"kind": 9,
"data": ["file:///completionEndSection.lean", 8, 5, 0]}],
"isIncomplete": false}
Resolution of Foo:
{"label": "Foo",
"kind": 9,
"data": ["file:///completionEndSection.lean", 8, 5, 0]}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 14, "character": 5}}
{"items": [], "isIncomplete": false}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 21, "character": 4}}
{"items":
[{"label": "Foo.Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 21, 4, 0]},
{"label": "Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 21, 4, 0]}],
"isIncomplete": false}
Resolution of Foo.Bar:
{"label": "Foo.Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 21, 4, 0]}
Resolution of Bar:
{"label": "Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 21, 4, 0]}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 28, "character": 4}}
{"items":
[{"label": "Foo.Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 28, 4, 0]},
{"label": "Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 28, 4, 0]}],
"isIncomplete": false}
Resolution of Foo.Bar:
{"label": "Foo.Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 28, 4, 0]}
Resolution of Bar:
{"label": "Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 28, 4, 0]}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 36, "character": 5}}
{"items":
[{"label": "Foo.Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 36, 5, 0]}],
"isIncomplete": false}
Resolution of Foo.Bar:
{"label": "Foo.Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 36, 5, 0]}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 44, "character": 5}}
{"items":
[{"label": "Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 44, 5, 0]}],
"isIncomplete": false}
Resolution of Bar:
{"label": "Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 44, 5, 0]}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 52, "character": 8}}
{"items":
[{"label": "Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 52, 8, 0]}],
"isIncomplete": false}
Resolution of Bar:
{"label": "Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 52, 8, 0]}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 59, "character": 4}}
{"items": [], "isIncomplete": false}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 64, "character": 8}}
{"items":
[{"label": "Geh",
"kind": 9,
"data": ["file:///completionEndSection.lean", 64, 8, 0]}],
"isIncomplete": false}
Resolution of Geh:
{"label": "Geh",
"kind": 9,
"data": ["file:///completionEndSection.lean", 64, 8, 0]}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 72, "character": 4}}
{"items":
[{"label": "Bar.Geh",
"kind": 9,
"data": ["file:///completionEndSection.lean", 72, 4, 0]},
{"label": "Geh",
"kind": 9,
"data": ["file:///completionEndSection.lean", 72, 4, 0]}],
"isIncomplete": false}
Resolution of Bar.Geh:
{"label": "Bar.Geh",
"kind": 9,
"data": ["file:///completionEndSection.lean", 72, 4, 0]}
Resolution of Geh:
{"label": "Geh",
"kind": 9,
"data": ["file:///completionEndSection.lean", 72, 4, 0]}
{"textDocument": {"uri": "file:///completionEndSection.lean"},
"position": {"line": 79, "character": 8}}
{"items":
[{"label": "Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 79, 8, 0]}],
"isIncomplete": false}
Resolution of Bar:
{"label": "Bar",
"kind": 9,
"data": ["file:///completionEndSection.lean", 79, 8, 0]}