Files
lean4/tests/server_interactive/definition.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

20 lines
899 B
Plaintext

{"textDocument": {"uri": "file:///definition.lean"},
"position": {"line": 5, "character": 2}}
[{"targetUri": "file:///definition.lean",
"targetSelectionRange":
{"start": {"line": 0, "character": 10}, "end": {"line": 0, "character": 13}},
"targetRange":
{"start": {"line": 0, "character": 10}, "end": {"line": 0, "character": 13}},
"originSelectionRange":
{"start": {"line": 5, "character": 2}, "end": {"line": 5, "character": 3}}}]
{"textDocument": {"uri": "file:///definition.lean"},
"position": {"line": 11, "character": 13}}
[{"targetUri": "file:///definition.lean",
"targetSelectionRange":
{"start": {"line": 11, "character": 4}, "end": {"line": 11, "character": 5}},
"targetRange":
{"start": {"line": 11, "character": 4}, "end": {"line": 11, "character": 5}},
"originSelectionRange":
{"start": {"line": 11, "character": 13},
"end": {"line": 11, "character": 14}}}]