mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 18:34:06 +00:00
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.
20 lines
899 B
Plaintext
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}}}]
|