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

Function MT

static/editor.md/lib/codemirror/mode/css/scss_test.js:6–6  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

4(function() {
5 var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-scss");
6 function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "scss"); }
7
8 MT('url_with_quotation',
9 "[tag foo] { [property background]:[atom url]([string test.jpg]) }");

Callers 1

scss_test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected