aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorHolden Rohrer <holden.rohrer@gmail.com>2019-12-27 13:50:16 -0500
committerHolden Rohrer <holden.rohrer@gmail.com>2019-12-27 13:50:21 -0500
commit639ec59f1913a903dee3bb9068108b78c193d616 (patch)
treede66716ce7013c4a7fb94f7561350aa20a618912 /tests
parent283faa1479cb0a640ab7055bced6aafea0416835 (diff)
replaced space.subsection quadruplet with coord pair
Diffstat (limited to 'tests')
-rw-r--r--tests/space_subsection.js2
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]]));