Commons:User scripts/users namespace/reports/User:Rillke/CodeMirror/mode/xml/xml.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

This is the report page for User:Rillke/CodeMirror/mode/xml/xml.js. It is bot-maintained. All manual changes might be overwritten.

jshint[edit]

  1. ISSUE: line 18 character 33: Use '===' to compare with 'null'. - Evidence: if (multilineTagIndentPastTag == null) multilineTagIndentPastTag = true;
  2. ISSUE: line 167 character 35: Use '!==' to compare with 'null'. - Evidence: while ((ch = stream.next()) != null) {