fix & test (#51792)

This commit is contained in:
Gabriela Araujo Britto
2022-12-06 21:18:01 -03:00
committed by GitHub
parent 4ac75fa2b6
commit a1536358f7
2 changed files with 19 additions and 0 deletions

View File

@@ -30,6 +30,9 @@
//// switch (u) {
//// /*7*/
////
//// switch (u) {
//// case E./*8*/
//// }
const exhaustiveCaseCompletion = {
name: "case E.A: ...",
@@ -109,4 +112,15 @@ verify.completions(
includeCompletionsWithInsertText: true,
}
},
{
marker: "8",
exact: [
"A",
"B",
"C"
],
preferences: {
includeCompletionsWithInsertText: true,
}
},
);