blob: f4eeac61b319c5e488f4314512b8e2a0ee486bc3 [file] [log] [blame]
require(__dirname).test
( { xml : "<root>"
, expect :
[ [ "opentag", { name: "root", attributes: {}, isSelfClosing: false } ]
, [ "error", "Unclosed root tag\nLine: 0\nColumn: 6\nChar: " ]
]
, strict : true
, opt : {}
}
)