(name)
| 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]) }"); |