it('Whole string is matched', () => {
      expect(findPosition('Hello', 'Hello')).toEqual({
        lineStart: 1,
        indexStart: 1,
        indexEnd: 6,