Skip to content

Commit 0e665ba

Browse files
committed
removed duplicate test
1 parent 77e5639 commit 0e665ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/xml2json.coffee

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,3 @@ describe 'with xml2json', ->
4040
obj = xml2json '<test><![CDATA[cdata...]]></test>'
4141
expect(obj._).to.be('cdata...')
4242

43-
it 'should parse cdata block', ->
44-
obj = xml2json '<test><![CDATA[cdata...]]></test>'
45-
expect(obj._).to.be('cdata...')

0 commit comments

Comments
 (0)