We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c62aa commit 99a550aCopy full SHA for 99a550a
test/jasmine/tests/scatter_test.js
@@ -489,6 +489,9 @@ describe('Test scatter', function() {
489
[-822, 20], [-802, 2], [-801.5, 1.1], [-800, 0],
490
[900, 0], [901.5, 1.1], [902, 2], [922, 20]
491
], [
492
+ // all that's really important here (and the next check) is that
493
+ // the points [-800, 0] and [900, 0] are connected. What we do
494
+ // with other points beyond those doesn't matter too much.
495
[-822, 20], [-800, 0],
496
[900, 0], [922, 20]
497
]);
@@ -506,6 +509,8 @@ describe('Test scatter', function() {
506
509
[-801, 925], [-800, 902], [-800.5, 901.1], [-800, 900],
507
510
[900, -800], [900.5, -801.1], [900, -802], [901, -825]
508
511
512
+ // similarly here, we just care that
513
+ // [-800, 900] connects to [900, -800]
514
[-801, 925], [-800, 900],
515
[900, -800], [901, -825]
516
0 commit comments