Thomas den Hollander b157d8b478
Change splice to pop in annotation tests
This line in the annotation tests subtracts an array from a number. This is because `splice(-1, 1)` returns a one-element array, while `pop()` returns only the element itself.
2018-10-24 13:08:08 +02:00
..
2018-08-05 21:21:46 +02:00
2017-02-27 08:32:39 -06:00