From 98da0281653c4926d2ca6d7f498776fb26d1f514 Mon Sep 17 00:00:00 2001 From: Pedro Castro Date: Tue, 23 Apr 2024 12:26:48 -0300 Subject: [PATCH] checkout tests --- analysis/tests/src/expected/CompletionResolve.res.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/tests/src/expected/CompletionResolve.res.txt b/analysis/tests/src/expected/CompletionResolve.res.txt index d0492d217..22fdcd689 100644 --- a/analysis/tests/src/expected/CompletionResolve.res.txt +++ b/analysis/tests/src/expected/CompletionResolve.res.txt @@ -1,5 +1,5 @@ Completion resolve: Belt_Array -"\nUtilities for `Array` functions.\n\n### Note about index syntax\n\nCode like `arr[0]` does *not* compile to JavaScript `arr[0]`. Reason transforms\nthe `[]` index syntax into a function: `Array.get(arr, 0)`. By default, this\nuses the default standard library's `Array.get` function, which may raise an\nexception if the index isn't found. If you `open Belt`, it will use the\n`Belt.Array.get` function which returns options instead of raising exceptions. \n[See this for more information](../belt.mdx#array-access-runtime-safety).\n" +"\nUtililites for `Array` functions.\n\n### Note about index syntax\n\nCode like `arr[0]` does *not* compile to JavaScript `arr[0]`. Reason transforms\nthe `[]` index syntax into a function: `Array.get(arr, 0)`. By default, this\nuses the default standard library's `Array.get` function, which may raise an\nexception if the index isn't found. If you `open Belt`, it will use the\n`Belt.Array.get` function which returns options instead of raising exceptions. \n[See this for more information](../belt.mdx#array-access-runtime-safety).\n" Completion resolve: ModuleStuff " This is a top level module doc. "