Skip to content

Commit a1144a6

Browse files
zthcknitt
authored andcommitted
commit another test
1 parent 19e589e commit a1144a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/analysis_tests/tests-incremental-typechecking/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/analysis_tests/tests-incremental-typechecking/src/expected/ConstructorCompletion__Json.res.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ContextPath CTypeAtPos()
1111
"kind": 12,
1212
"tags": [],
1313
"detail": "t",
14-
"documentation": {"kind": "markdown", "value": " \nA type representing a JSON object.\n\n\n```rescript\n@unboxed\ntype t =\n | Boolean(bool)\n | @as(null) Null\n | String(string)\n | Number(float)\n | Object(dict<t>)\n | Array(array<t>)\n```"},
14+
"documentation": {"kind": "markdown", "value": " The JSON data structure \n\n```rescript\n@unboxed\ntype t =\n | Boolean(bool)\n | @as(null) Null\n | String(string)\n | Number(float)\n | Object(dict<t>)\n | Array(array<t>)\n```"},
1515
"sortText": "A",
1616
"insertText": "[$0]",
1717
"insertTextFormat": 2

0 commit comments

Comments
 (0)