%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/xml2js/node_modules/sax/test/ |
| Current File : /home/opti/workflow/node_modules/xml2js/node_modules/sax/test/script.js |
require(__dirname).test({
xml : "<html><head><script>if (1 < 0) { console.log('elo there'); }</script></head></html>",
expect : [
["opentag", {"name": "HTML","attributes": {}}],
["opentag", {"name": "HEAD","attributes": {}}],
["opentag", {"name": "SCRIPT","attributes": {}}],
["script", "if (1 < 0) { console.log('elo there'); }"],
["closetag", "SCRIPT"],
["closetag", "HEAD"],
["closetag", "HTML"]
]
});