Sha256: 447f3cd2edf668af534a53495bd5c385604fff39cd49d68f9397a8a1b0246a31
Contents?: true
Size: 414 Bytes
Versions: 11
Compression:
Stored size: 414 Bytes
Contents
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/LICENSE (function() { var mode = CodeMirror.getMode({indentUnit: 2}, "d"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("nested_comments", "[comment /+]","[comment comment]","[comment +/]","[variable void] [variable main](){}"); })();
Version data entries
11 entries across 11 versions & 1 rubygems