unclosed-root.js 261 B

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