MCPcopy Create free account
hub / github.com/TruthHun/BookStack / doubleQuote

Function doubleQuote

static/editor.md/lib/codemirror/mode/erlang/erlang.js:325–327  ·  view source on GitHub ↗
(stream)

Source from the content-addressed store, hash-verified

323 }
324
325 function doubleQuote(stream) {
326 return quote(stream, '"', '\\');
327 }
328
329 function singleQuote(stream) {
330 return quote(stream,'\'','\\');

Callers 1

tokenizerFunction · 0.85

Calls 1

quoteFunction · 0.85

Tested by

no test coverage detected