diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/space_subsection.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/space_subsection.js b/tests/space_subsection.js index b30b7e1..216b404 100644 --- a/tests/space_subsection.js +++ b/tests/space_subsection.js @@ -7,4 +7,4 @@ line\n\ \n\ long long long line\ '); -console.log(newspace.subsection([1,1,2,10])); +console.log(newspace.subsection([[1,1],[2,10]])); |