diff --git a/tests/cases/fourslash/smartSelection_stringLiteral.ts b/tests/cases/fourslash/smartSelection_stringLiteral.ts new file mode 100644 index 00000000000..3dcae459ebf --- /dev/null +++ b/tests/cases/fourslash/smartSelection_stringLiteral.ts @@ -0,0 +1,6 @@ +/// + +//// const a = 'a'; +//// const b = /**/'b'; + +verify.baselineSmartSelection();