: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
// CodeMirror, copyright (c) by Marijn Haverbeke and others
// Distributed under an MIT license: http://codemirror.net/LICENSE
var mode = CodeMirror.getMode({indentUnit: 4}, "rust");
function MT(name) {test.mode(name, mode, Array.prototype.slice.call(arguments, 1));}
'[number 0b1111_1111_1001_0000_i32]',
MT('string-literals-test',
'[string "foo #\\"# bar"]',
'[string br##"foo #" bar"##]',