We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e5639 commit 0e665baCopy full SHA for 0e665ba
test/xml2json.coffee
@@ -40,6 +40,3 @@ describe 'with xml2json', ->
40
obj = xml2json '<test><![CDATA[cdata...]]></test>'
41
expect(obj._).to.be('cdata...')
42
43
- it 'should parse cdata block', ->
44
- obj = xml2json '<test><![CDATA[cdata...]]></test>'
45
- expect(obj._).to.be('cdata...')
0 commit comments