it('should add loop protection and curlies to a simple loop without curlies, preserving spaces', inject(
    [LoopProtectionService],
    (service: LoopProtectionService) => {
      expect(
        service.protect('file.ts', `for(let x = 0;x<10,x)     console.log(123)`)