diff --git a/tests/cases/fourslash/completionAfterBackslashFollowingString.ts b/tests/cases/fourslash/completionAfterBackslashFollowingString.ts new file mode 100644 index 00000000000..e8eeeb571b6 --- /dev/null +++ b/tests/cases/fourslash/completionAfterBackslashFollowingString.ts @@ -0,0 +1,6 @@ +/// + +////Harness.newLine = "\r"\n/**/ + +goTo.marker(); +verify.not.completionListIsEmpty(); \ No newline at end of file