Skip to content

Commit

Permalink
rename inputs for ordering and length, fix array2
Browse files Browse the repository at this point in the history
  • Loading branch information
elidoran committed May 19, 2017
1 parent 85288c7 commit 6a990ba
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/json/inputs/6_array2-long.js
@@ -1 +1 @@
module.exports = '[ 1, [ 2, [ 3, 4 ], 5 ], "string", 60.04e-1, "7.0", "object" : { "abc": "def", "array": [ "xyz", 789 ], "ghi" : 789 }, 0, "done" ]'
module.exports = '[ 1, [ 2, [ 3, 4 ], 5 ], "string", 60.04e-1, "7.0", { "some" : "object" , "abc": "def", "array": [ "xyz", 789 ], "ghi" : 789 }, 0, "done" ]'
File renamed without changes.
File renamed without changes.

0 comments on commit 6a990ba

Please sign in to comment.