This website works better with JavaScript
Home
Explore
Help
Register
Sign In
isundil
/
jsonStroller
Watch
1
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Browse Source
add some tests
B Thibault
9 years ago
parent
f23590b7b6
commit
af54cc3a0a
3 changed files
with
19 additions
and
0 deletions
Split View
Show Diff Stats
0
0
test/testDiffSubAdd.1.json
10
0
test/testDiffSubAdd.3.json
9
0
test/testDiffSubAdd.4.json
+ 0
- 0
test/testDiffSubAdd.json → test/testDiffSubAdd.1.json
View File
+ 10
- 0
test/testDiffSubAdd.3.json
View File
@@ -0,0 +1,10 @@
+
+[
+ 1,
+ [
+ 1,
+ 4,
+ 3
+ ],
+ 3
+]
+ 9
- 0
test/testDiffSubAdd.4.json
View File
@@ -0,0 +1,9 @@
+[
+ 1,
+ [
+ 2,
+ 4,
+ 6
+ ],
+ 3
+]