Skip to content

Commit c143df6

Browse files
committed
Add test for autocomplete of JSX props without test letter.
The autocomplete command does not support this yet, as the example shows. #147
1 parent 9947cb3 commit c143df6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

analysis/tests/src/Jsx.res

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ let d = <M first="abc" />
1010

1111

1212
//^com <M second="abc" f
13+
14+
let e = <M first="abc" />
15+
// ^com

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ Complete tests/src/Jsx.res 10:2
2525
"documentation": null
2626
}]
2727

28+
Complete tests/src/Jsx.res 13:11
29+
[]
30+

0 commit comments

Comments
 (0)