Skip to content

Commit 0c92720

Browse files
committed
missing files
1 parent 60933f7 commit 0c92720

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

analysis/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function exp {
22
echo "$(dirname $1)/expected/$(basename $1).txt"
33
}
44

5-
for file in tests/src/*.res[i]; do
5+
for file in tests/src/*.res*; do
66
./rescript-editor-analysis.exe test $file &> $(exp $file)
77
done
88

analysis/tests/src/expected/Complete.res.txt

+10
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,16 @@ DocumentSymbol tests/src/Complete.res
526526
"kind": 2,
527527
"location": {"uri": "Complete.res", "range": {"start": {"line": 42, "character": 9}, "end": {"line": 46, "character": 3}}}
528528
},
529+
{
530+
"name": "makeProps",
531+
"kind": 12,
532+
"location": {"uri": "Complete.res", "range": {"start": {"line": 0, "character": -1}, "end": {"line": 0, "character": -1}}}
533+
},
534+
{
535+
"name": "make",
536+
"kind": 12,
537+
"location": {"uri": "Complete.res", "range": {"start": {"line": 0, "character": -1}, "end": {"line": 0, "character": -1}}}
538+
},
529539
{
530540
"name": "make",
531541
"kind": 12,

0 commit comments

Comments
 (0)