(segments: string[])
| 98 | it('accepts change proposals saved with CRLF line endings', async () => { |
| 99 | const changeId = 'crlf-change'; |
| 100 | const toCrlf = (segments: string[]) => segments.join('\n').replace(/\n/g, '\r\n'); |
| 101 | |
| 102 | const crlfContent = toCrlf([ |
| 103 | '# CRLF Proposal', |