aboutsummaryrefslogtreecommitdiff
path: root/tests/space_subsection.js
blob: 216b40460e9ca9b710a0fd12da30f05cd2c24140 (plain)
1
2
3
4
5
6
7
8
9
10
// Tests Space.subsection()
const Space = require('../space');

newspace = new Space();
newspace.adhoc('\
line\n\
\n\
long long long line\
');
console.log(newspace.subsection([[1,1],[2,10]]));