1
1
mirror of https://github.com/casey/just.git synced 2024-11-23 02:44:56 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
Casey Rodarmor
ad212c77bf
Fix output \r\n stripping (#2035)
Test if output ends with `\r\n` before `\n`, since the test for `\n` will
succeed if output is terminated with `\r\n`, so `\r\n` is properly stripped
from output text.
2024-05-14 23:30:19 +00:00