Add failing test for smartSelect string literals

This commit is contained in:
Andrew Branch 2019-06-14 15:42:29 -07:00
parent 36aa1014f8
commit b6c415485a
No known key found for this signature in database
GPG key ID: 22CCA4B120C427D2

View file

@ -0,0 +1,6 @@
/// <reference path="fourslash.ts" />
//// const a = 'a';
//// const b = /**/'b';
verify.baselineSmartSelection();