wallet-core/node_modules/sax/test/unclosed-root.js

12 lines
261 B
JavaScript
Raw Normal View History

2016-11-03 01:33:53 +01:00
require(__dirname).test
( { xml : "<root>"
, expect :
[ [ "opentag", { name: "root", attributes: {}, isSelfClosing: false } ]
, [ "error", "Unclosed root tag\nLine: 0\nColumn: 6\nChar: " ]
]
, strict : true
, opt : {}
}
)