You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
var markdowns = {
// assist here
};
var s = "abc";
return markdowns[s];
If you invoke content assist where the comment indicates, you get a single proposal named <i>. I would expect to get no proposals, or even better, "abc".
This can be reproduced in the Tern demo page.
The text was updated successfully, but these errors were encountered:
Consider the following snippet:
If you invoke content assist where the comment indicates, you get a single proposal named
<i>. I would expect to get no proposals, or even better,"abc".This can be reproduced in the Tern demo page.
The text was updated successfully, but these errors were encountered: