xmldom icon indicating copy to clipboard operation
xmldom copied to clipboard

Fix newline character encoding

Open royludo opened this issue 7 years ago • 2 comments

This library suffers from the problem described here: https://stackoverflow.com/a/2012277 Newlines are not encoded properly. PR fix this by encoding \n as 
 (LF) and properly decoding 
 as \n.

royludo avatar Jul 21 '17 08:07 royludo

Can you please add a unit test for this usecase ?

edi9999 avatar Sep 16 '17 08:09 edi9999

Could you add instructions on how to run the tests and put the required test-related dependencies in devDependencies ?

royludo avatar Sep 20 '17 20:09 royludo