From 8fecab4b350c30c7fc4af8a1b0fe27838921e263 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 10 Jul 2021 19:59:13 +0300 Subject: [PATCH] found a bug... Signed-off-by: Alex A. Naanou --- diff2.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/diff2.js b/diff2.js index 1ec8ad3..1d7e255 100644 --- a/diff2.js +++ b/diff2.js @@ -951,6 +951,12 @@ console.log(valueDiff( //*/ +// XXX BUG: no change is detected here... +console.log(valueDiff( + [,,,1], + [1], +)) +