mirror of
https://github.com/flynx/diff.js.git
synced 2025-10-28 18:40:09 +00:00
refacoring and cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b4e0f85a4b
commit
465f754521
7
diff2.js
7
diff2.js
@ -827,7 +827,12 @@ console.log('---')
|
|||||||
// XXX test functions...
|
// XXX test functions...
|
||||||
console.log([
|
console.log([
|
||||||
//...objectWalker(o)
|
//...objectWalker(o)
|
||||||
...objectWalker(['this\nis\nsome\n\ttext'])
|
...objectWalker(
|
||||||
|
`This
|
||||||
|
is
|
||||||
|
a
|
||||||
|
multiline
|
||||||
|
text`)
|
||||||
.chain(serializePaths) ])
|
.chain(serializePaths) ])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user