Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
quote: test simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Oct 27, 2018
1 parent 26e92df commit 80dbba8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/options.quote.coffee
Expand Up @@ -6,13 +6,13 @@ describe 'options quote', ->

it 'with default', (next) ->
parse """
20322051544,"1979.0",8.8017226E7,"ABC,45",45,"2000-01-01"
28392898392,1974.0,"8.8392926E7",DEF,23,2050-11-27
abc,"123",def,"456"
hij,klm,"789",nop
""", (err, data) ->
return next err if err
data.should.eql [
[ '20322051544','1979.0','8.8017226E7','ABC,45','45','2000-01-01' ]
[ '28392898392','1974.0','8.8392926E7','DEF','23','2050-11-27' ]
[ 'abc','123','def','456' ]
[ 'hij','klm','789','nop' ]
]
next()

Expand Down

0 comments on commit 80dbba8

Please sign in to comment.