WIP re quotes

This commit is contained in:
Dave Conway-Jones
2022-10-29 16:53:14 +01:00
parent 501c78666d
commit 63cf6dd6df
2 changed files with 16 additions and 3 deletions

View File

@@ -773,7 +773,7 @@ describe('CSV node', function() {
var n2 = helper.getNode("n2");
n2.on("input", function(msg) {
try {
msg.should.have.property('payload', 'a"a,b\'b\nA1,B1\nA2,B2\n');
msg.should.have.property('payload', '"a""a",b\'b\nA1,B1\nA2,B2\n');
done();
}
catch(e) { done(e); }