it('Part of the string matched', () => {
      expect(findPosition('YoHello', 'Hello')).toEqual({
        lineStart: 1,
        indexStart: 3,
        indexEnd: 8,