jayvee
jayvee copied to clipboard
[BUG] TextFile Logging doesn't respect newlines
Steps to reproduce
- Run jayvee with the
peekdebug granularity - Use
TextFileInterpreterto parse a file with newlines not matched by the regex/\r?\n/
Description
- Expected: The logging output cuts off after 10 lines
- Actual: The lines aren't detected properly due to the false lineBreak regex.
https://github.com/jvalue/jayvee/blob/3e1898b46c39c6c1c6b6df95493d34e615c35edc/libs/execution/src/lib/debugging/debug-log-visitor.ts#L130-L135