TypeScript/tests/cases/fourslash/completionListInStringLiterals2.ts

11 lines
No EOL
222 B
TypeScript

/// <reference path="fourslash.ts" />
////"/*1*/ /*2*/\/*3*/
//// /*4*/ \\\/*5*/
//// /*6*/
test.markers().forEach(marker => {
goTo.position(marker.position);
verify.completionListIsEmpty()
});