unclosed-root.js 261 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 require(__dirname).test ( { xml : "<root>" , expect : [ [ "opentag", { name: "root", attributes: {}, isSelfClosing: false } ] , [ "error", "Unclosed root tag\nLine: 0\nColumn: 6\nChar: " ] ] , strict : true , opt : {} } )