Randomized with seed 42237
Started
.F.....FF..

Failures:
1) XMLParser v6 should ignore namespace and text node attributes
  Message:
    Error: Multiple namespaces tag
  Stack:
        at resolveNameSpace (file:///home/amit/code/git/temp/fast-xml-parser/src/v6/Xml2JsParser.js:232:18)
        at Xml2JsParser.processTagName (file:///home/amit/code/git/temp/fast-xml-parser/src/v6/Xml2JsParser.js:185:12)
        at Xml2JsParser.readClosingTag (file:///home/amit/code/git/temp/fast-xml-parser/src/v6/Xml2JsParser.js:87:26)
        at Xml2JsParser.parseXml (file:///home/amit/code/git/temp/fast-xml-parser/src/v6/Xml2JsParser.js:69:16)
        at Xml2JsParser.parse (file:///home/amit/code/git/temp/fast-xml-parser/src/v6/Xml2JsParser.js:35:10)
        at XMLParser.parse (file:///home/amit/code/git/temp/fast-xml-parser/src/v6/XMLParser.js:34:23)
        at UserContext.<anonymous> (file:///home/amit/code/git/temp/fast-xml-parser/spec/v6/xmlParser_spec.js:205:25)
        at <Jasmine>

2) XMLParser v6 should parse all values as string, int, boolean, float, hexadecimal
  Message:
    Expected $.rootNode.boolean = 'true' to equal true.
    Expected $.rootNode.intTag = '045' to equal 45.
    Expected $.rootNode.floatTag = '65.34' to equal 65.34.
    Expected $.rootNode.hexadecimal = '0x15' to equal 21.
  Stack:
        at <Jasmine>
        at UserContext.<anonymous> (file:///home/amit/code/git/temp/fast-xml-parser/spec/v6/xmlParser_spec.js:28:20)
        at <Jasmine>

3) XMLParser v6 should parse nested nodes in nested properties
  Message:
    Expected $.rootNode.parenttag.tag[1] = '45' to equal 45.
    Expected $.rootNode.parenttag.tag[2] = '65.34' to equal 65.34.
  Stack:
        at <Jasmine>
        at UserContext.<anonymous> (file:///home/amit/code/git/temp/fast-xml-parser/spec/v6/xmlParser_spec.js:281:20)
        at <Jasmine>

11 specs, 3 failures
Finished in 0.02 seconds
Randomized with seed 42237 (jasmine --random=true --seed=42237)
