Sha256: e5e97a5712f1f1cfa7643394090e73708b2dff3a6bbf21f4cafbc26ab72d52bc
Contents?: true
Size: 470 Bytes
Versions: 176
Compression:
Stored size: 470 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}, "ruby"); function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } MT("divide_equal_operator", "[variable bar] [operator /=] [variable foo]"); MT("divide_equal_operator_no_spacing", "[variable foo][operator /=][number 42]"); })();
Version data entries
176 entries across 176 versions & 8 rubygems