Closed kierank closed 2 years ago
The files in examples directory? They're probably committed as text files, so what you gets depends on platform.
I agree ideally they should check out with CRLF on all platforms.
Though as per RFC 4566, "parsers SHOULD be tolerant and also accept records terminated with a single newline character."
I did a wget from the "Raw" tab of GitHub but yes I'm not sure if it does any processing.
Kieran
Sent from my mobile device
On Tue, 1 Nov 2022, 17:40 Gareth Sylvester-Bradley, < @.***> wrote:
The files in examples directory? They're probably committed as text files, so what you gets depends on platform.
I agree ideally they should check out with CRLF on all platforms.
Though as per RFC 4566, "parsers SHOULD be tolerant and also accept records terminated with a single newline character."
— Reply to this email directly, view it on GitHub https://github.com/AMWA-TV/sdpoker/issues/16#issuecomment-1298882666, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABDEEE73ULS3F6P6Q636A3WGFIXHANCNFSM6AAAAAARUHDI3A . You are receiving this because you authored the thread.Message ID: @.***>
Should be resolved by #18 on new clones.
As per RFC 8866, CRLF is what ends a line yet examples have LF only.