UNPKG

sax

Version:

An evented streaming XML parser in JavaScript

12 lines (9 loc) 225 B
// https://github.com/isaacs/sax-js/issues/124 require(__dirname).test ( { xml : "<!-- stand alone comment -->" , expect : [ [ "comment", " stand alone comment " ] ] , strict : true , opt : {} } )