-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
node -e "
const R = require('./lib/XMLReader'),
X = require('./lib/XMLSchemata'),
Path = require('path');
const xs = new X(Path.join(__dirname, '__data__', 'sequence.xsd'));
const r = new R({xs});
r.on('error', e => console.log(e.message));
r.process('<ns:client xmlns:ns=\"http://tempuri.org/\"><ns:INVALID>x</ns:INVALID></ns:client>');
"
Actual: Unexpected ns:INVALID at line 1, position 54, expected: ns:cl_firstname
Expected: Unexpected ns:INVALID at line 1, position 42, expected: ns:cl_firstname
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels