Browse Source

add some tests

B Thibault 9 years ago
parent
commit
af54cc3a0a
3 changed files with 19 additions and 0 deletions
  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
+]