MCPcopy
hub / github.com/Fission-AI/OpenSpec / toCrlf

Function toCrlf

test/commands/validate.test.ts:100–100  ·  view source on GitHub ↗
(segments: string[])

Source from the content-addressed store, hash-verified

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',

Callers 1

validate.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected