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.
25 lines
1.4 KiB
Plaintext
25 lines
1.4 KiB
Plaintext
{"textDocument": {"uri": "file:///docstringLinksExamples.lean"},
|
|
"position": {"line": 27, "character": 13}}
|
|
{"range":
|
|
{"start": {"line": 27, "character": 4}, "end": {"line": 27, "character": 24}},
|
|
"contents":
|
|
{"value":
|
|
"```lean\ncomplicatedIOProgram : IO Unit\n```\n***\nDoes something complicated with IO that involves output.\n\n```lean example\n#eval complicatedIOProgram\n```\n```output\n-- Hello!\n-- More output\n```\n",
|
|
"kind": "markdown"}}
|
|
{"textDocument": {"uri": "file:///docstringLinksExamples.lean"},
|
|
"position": {"line": 50, "character": 13}}
|
|
{"range":
|
|
{"start": {"line": 50, "character": 4}, "end": {"line": 50, "character": 31}},
|
|
"contents":
|
|
{"value":
|
|
"```lean\nanotherComplicatedIOProgram : IO Unit\n```\n***\nDoes something complicated with IO that involves output.\n\n```lean example\n#eval anotherComplicatedIOProgram\n```\n\n ```output\n -- Hello!\n -- More output\n ```\n",
|
|
"kind": "markdown"}}
|
|
{"textDocument": {"uri": "file:///docstringLinksExamples.lean"},
|
|
"position": {"line": 67, "character": 13}}
|
|
{"range":
|
|
{"start": {"line": 67, "character": 4}, "end": {"line": 67, "character": 34}},
|
|
"contents":
|
|
{"value":
|
|
"```lean\nyetAnotherComplicatedIOProgram : IO Unit\n```\n***\nDoes something complicated with IO that involves output.\n\n```lean example\n#eval yetAnotherComplicatedIOProgram\n```\n\n ```output\n -- Hello!\n -- More output\n ```\n",
|
|
"kind": "markdown"}}
|