Skip to content

Commit

Permalink
Update unit tests to match JS 2.0.3 and PHP 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwadhams committed Jul 9, 2024
1 parent fc1867d commit 2964b8d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
_site
.sass-cache
.idea
9 changes: 9 additions & 0 deletions tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,15 @@
{"integers":[1,2,3,4]},
10
],
[
{"reduce":[
{"var":"integers"},
{"+":[{"var":"current"}, {"var":"accumulator"}]},
{"var": "start_with"}
]},
{"integers":[1,2,3,4], "start_with": 59},
69
],
[
{"reduce":[
{"var":"integers"},
Expand Down

0 comments on commit 2964b8d

Please sign in to comment.