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

Commit

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

it 'using default comma', (next) ->
parse """
20322051544,,8.8017226E7,45,
,1974,8.8392926E7,,
abc,,123,
,def,,
""", (err, data) ->
return next err if err
data.should.eql [
[ '20322051544','','8.8017226E7','45','']
[ '','1974','8.8392926E7','','']
[ 'abc','','123','']
[ '','def','','']
]
next()

Expand Down

0 comments on commit d759213

Please sign in to comment.