diff --git a/diff2.js b/diff2.js index 0d4074c..91e2234 100644 --- a/diff2.js +++ b/diff2.js @@ -827,7 +827,12 @@ console.log('---') // XXX test functions... console.log([ //...objectWalker(o) - ...objectWalker(['this\nis\nsome\n\ttext']) + ...objectWalker( + `This + is + a + multiline + text`) .chain(serializePaths) ])