diff --git a/extensions/emmet/src/test/toggleComment.test.ts b/extensions/emmet/src/test/toggleComment.test.ts index 42942e462013b..225fbeb8074ad 100644 --- a/extensions/emmet/src/test/toggleComment.test.ts +++ b/extensions/emmet/src/test/toggleComment.test.ts @@ -23,6 +23,16 @@ suite('Tests for Toggle Comment action from Emmet (HTML)', () => {
  • Another Node
  • + `; @@ -39,6 +49,16 @@ suite('Tests for Toggle Comment action from Emmet (HTML)', () => {
  • Another Node
  • --> + `; return withRandomFileEditor(contents, 'html', (editor, doc) => { @@ -46,7 +66,9 @@ suite('Tests for Toggle Comment action from Emmet (HTML)', () => { new Selection(3, 17, 3, 17), // cursor inside the inner span element new Selection(4, 5, 4, 5), // cursor inside opening tag new Selection(5, 35, 5, 35), // cursor inside closing tag - new Selection(7, 3, 7, 3) // cursor inside open tag of