Skip to content

Commit 69ebdca

Browse files
committed
update analysis output
1 parent ad6cd69 commit 69ebdca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/analysis_tests/tests/src/expected/CompletionExpressions.res.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Path fnTakingRecord
374374
"kind": 12,
375375
"tags": [],
376376
"detail": "Error.t => 'a",
377-
"documentation": null
377+
"documentation": {"kind": "markdown", "value": "\nThrow and exception which will stop execution.\n\n## Examples\n\n```rescript\nlet error = Error.make(\"Everything is upside down.\")\n\nif 5 > 10 {\n error->throw\n} else {\n Console.log(\"Phew, sanity still rules.\")\n}\n```\n"}
378378
}, {
379379
"label": "typeof",
380380
"kind": 12,

tests/analysis_tests/tests/src/expected/CompletionFunctionArguments.res.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Path someFn
4848
"kind": 12,
4949
"tags": [],
5050
"detail": "Error.t => 'a",
51-
"documentation": null
51+
"documentation": {"kind": "markdown", "value": "\nThrow and exception which will stop execution.\n\n## Examples\n\n```rescript\nlet error = Error.make(\"Everything is upside down.\")\n\nif 5 > 10 {\n error->throw\n} else {\n Console.log(\"Phew, sanity still rules.\")\n}\n```\n"}
5252
}, {
5353
"label": "typeof",
5454
"kind": 12,
@@ -378,7 +378,7 @@ Path someOtherFn
378378
"kind": 12,
379379
"tags": [],
380380
"detail": "Error.t => 'a",
381-
"documentation": null
381+
"documentation": {"kind": "markdown", "value": "\nThrow and exception which will stop execution.\n\n## Examples\n\n```rescript\nlet error = Error.make(\"Everything is upside down.\")\n\nif 5 > 10 {\n error->throw\n} else {\n Console.log(\"Phew, sanity still rules.\")\n}\n```\n"}
382382
}, {
383383
"label": "typeof",
384384
"kind": 12,

tests/analysis_tests/tests/src/expected/CompletionJsxProps.res.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Path CompletionSupport.TestComponent.make
4040
"kind": 12,
4141
"tags": [],
4242
"detail": "Error.t => 'a",
43-
"documentation": null
43+
"documentation": {"kind": "markdown", "value": "\nThrow and exception which will stop execution.\n\n## Examples\n\n```rescript\nlet error = Error.make(\"Everything is upside down.\")\n\nif 5 > 10 {\n error->throw\n} else {\n Console.log(\"Phew, sanity still rules.\")\n}\n```\n"}
4444
}, {
4545
"label": "typeof",
4646
"kind": 12,
@@ -378,7 +378,7 @@ Path CompletionSupport.TestComponent.make
378378
"kind": 12,
379379
"tags": [],
380380
"detail": "Error.t => 'a",
381-
"documentation": null
381+
"documentation": {"kind": "markdown", "value": "\nThrow and exception which will stop execution.\n\n## Examples\n\n```rescript\nlet error = Error.make(\"Everything is upside down.\")\n\nif 5 > 10 {\n error->throw\n} else {\n Console.log(\"Phew, sanity still rules.\")\n}\n```\n"}
382382
}, {
383383
"label": "typeof",
384384
"kind": 12,

0 commit comments

Comments
 (0)