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

37 lines
1.8 KiB
Plaintext

{"textDocument": {"uri": "file:///ppShowLetValues.lean"},
"position": {"line": 14, "character": 2}}
{"range":
{"start": {"line": 14, "character": 2}, "end": {"line": 14, "character": 3}},
"goal": "x : Nat\ny : Nat := ⋯\n⊢ Nat"}
{"textDocument": {"uri": "file:///ppShowLetValues.lean"},
"position": {"line": 23, "character": 2}}
{"range":
{"start": {"line": 23, "character": 2}, "end": {"line": 23, "character": 3}},
"goal": "x : Nat\ny : Nat := x + x\n⊢ Nat"}
{"textDocument": {"uri": "file:///ppShowLetValues.lean"},
"position": {"line": 32, "character": 2}}
{"range":
{"start": {"line": 32, "character": 2}, "end": {"line": 32, "character": 3}},
"goal": "x : Nat\ny : Nat := x + x\n⊢ Nat"}
{"textDocument": {"uri": "file:///ppShowLetValues.lean"},
"position": {"line": 40, "character": 2}}
{"rendered": "```lean\nx : Nat\ny : Nat := x + x\n⊢ Nat\n```",
"goals": ["x : Nat\ny : Nat := x + x\n⊢ Nat"]}
{"textDocument": {"uri": "file:///ppShowLetValues.lean"},
"position": {"line": 49, "character": 2}}
{"rendered": "```lean\nx : Nat\ny : Nat := ⋯\n⊢ Nat\n```",
"goals": ["x : Nat\ny : Nat := ⋯\n⊢ Nat"]}
{"textDocument": {"uri": "file:///ppShowLetValues.lean"},
"position": {"line": 59, "character": 2}}
{"rendered": "```lean\nx : Nat\ny : Nat := x + x\n⊢ Nat\n```",
"goals": ["x : Nat\ny : Nat := x + x\n⊢ Nat"]}
{"textDocument": {"uri": "file:///ppShowLetValues.lean"},
"position": {"line": 69, "character": 2}}
{"range":
{"start": {"line": 69, "character": 2}, "end": {"line": 69, "character": 3}},
"goal": "x : Nat\ny : Nat := x\n⊢ Nat"}
{"textDocument": {"uri": "file:///ppShowLetValues.lean"},
"position": {"line": 79, "character": 2}}
{"rendered": "```lean\nx : Nat\ny : Nat := x\n⊢ Nat\n```",
"goals": ["x : Nat\ny : Nat := x\n⊢ Nat"]}