MCPcopy Index your code
hub / github.com/csev/py4e / spanAffectsWrapping

Function spanAffectsWrapping

tools/pythonauto/static/codemirror/codemirror.js:5714–5714  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5712 // character combinations that suffer from this phenomenon on the
5713 // various browsers.
5714 function spanAffectsWrapping() { return false; }
5715 if (gecko) // Only for "$'"
5716 spanAffectsWrapping = function(str, i) {
5717 return str.charCodeAt(i - 1) == 36 && str.charCodeAt(i) == 39;

Callers 1

buildTokenMeasureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected