Skip to content

Commit

Permalink
Export quoted to stringifier
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Feb 26, 2014
1 parent 64ff68e commit 1c63882
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions test/quotes.coffee
Expand Up @@ -158,21 +158,3 @@ describe 'quotes', ->
e.message.should.match /Invalid closing quote/
next()

describe 'serializer', ->

it 'should quotes all fields', (next) ->
csv()
.from.string("""
20322051544,"1979.0",8.801"7226E7,ABC
"283928""98392",1974.0,8.8392926E7,DEF
""")
.on 'error', (e) ->
false.should.be.ok
.to.string( (data) ->
data.should.eql """
"20322051544","1979.0","8.801""7226E7","ABC"
"283928""98392","1974.0","8.8392926E7","DEF"
"""
next()
, quoted: true )

0 comments on commit 1c63882

Please sign in to comment.