Mathias Bynens 5 years ago
committed by GitHub
parent
commit
d9cb3ccb67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      lib/rules_core/normalize.js

4
lib/rules_core/normalize.js

@ -3,8 +3,8 @@
'use strict';
var NEWLINES_RE = /\r[\n\u0085]?|[\u2424\u2028\u0085]/g;
var NULL_RE = /\u0000/g;
var NEWLINES_RE = /\r[\n\x85]?|[\u2424\x85]/g;
var NULL_RE = /\0/g;
module.exports = function normalize(state) {

Loading…
Cancel
Save