Browse Source

Fixed Intendation and spacing on test case

pull/593/head
Erik-HH 6 years ago committed by GitHub
parent
commit
5e07e31cff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      tests/test-cases.js

10
tests/test-cases.js

@ -1570,11 +1570,11 @@ var UNPARSE_TESTS = [ @@ -1570,11 +1570,11 @@ var UNPARSE_TESTS = [
expected: 'a,b,c\rd,e,f'
},
{
description:"Pipes with decimal numbers and comma as decimal separator",
input:'a|3,4|b\r\nc|3,4|d',
expected:{
data:[['a','3,4','b'],['c','3,4','d']],
errors:[]
description: "Pipes with decimal numbers and comma as decimal separator",
input: 'a|3,4|b\r\nc|3,4|d',
expected: {
data: [['a','3,4','b'],['c','3,4','d']],
errors: []
}
},
{

Loading…
Cancel
Save