Browse Source

add some tests

B Thibault 9 năm trước cách đây
mục cha
commit
af54cc3a0a
3 tập tin đã thay đổi với 19 bổ sung0 xóa
  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
+]