Sha256: 45b6eccdb0c0b0aa0958d0c892f23ee1dd90bcfdb30b20fe6fcec5b87eab9f79

Contents?: true

Size: 413 Bytes

Versions: 1

Compression:

Stored size: 413 Bytes

Contents

// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://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

1 entries across 1 versions & 1 rubygems

Version Path
stisla-rails-0.0.2 vendor/assets/modules/codemirror/mode/d/test.js