lean4-htt/tests/lean/interactive/haveInfo.lean.expected.out
Sebastian Ullrich a167828b79 fix: refine previous commit's heuristic
Show indented state if there is no outer state that is leading & not indented
relative to the cursor position
2022-04-29 16:16:09 +02:00

12 lines
620 B
Text

{"textDocument": {"uri": "file://haveInfo.lean"},
"position": {"line": 2, "character": 4}}
{"rendered": "```lean\n⊢ True\n```", "goals": ["⊢ True"]}
{"textDocument": {"uri": "file://haveInfo.lean"},
"position": {"line": 8, "character": 17}}
{"rendered": "```lean\n⊢ True\n```", "goals": ["⊢ True"]}
{"textDocument": {"uri": "file://haveInfo.lean"},
"position": {"line": 15, "character": 17}}
{"rendered": "```lean\n⊢ True\n```", "goals": ["⊢ True"]}
{"textDocument": {"uri": "file://haveInfo.lean"},
"position": {"line": 23, "character": 2}}
{"rendered": "```lean\n⊢ True\n```", "goals": ["⊢ True"]}