it('works with 2,3', () => {
          let line = [0, 0, 1, 0, 0, -1, -1, 0, 0, 1, 0, 0];
          let hints = [2, 3];
          let expected = {
            gaps: [[0, 5], [7, 12]],