B Thibault 9 anni fa
parent
commit
af54cc3a0a
3 ha cambiato i file con 19 aggiunte e 0 eliminazioni
  1. 0 0
      test/testDiffSubAdd.1.json
  2. 10 0
      test/testDiffSubAdd.3.json
  3. 9 0
      test/testDiffSubAdd.4.json

+ 0 - 0
test/testDiffSubAdd.json → test/testDiffSubAdd.1.json


+ 10 - 0
test/testDiffSubAdd.3.json

@@ -0,0 +1,10 @@
+
+[
+    1,
+    [
+        1,
+        4,
+        3
+    ],
+    3
+]

+ 9 - 0
test/testDiffSubAdd.4.json

@@ -0,0 +1,9 @@
+[
+    1,
+    [
+        2,
+        4,
+        6
+    ],
+    3
+]