Skip to content

Fix summary tests to use OS-native EOF instead of hardcoded \n#90

Merged
tjamet merged 1 commit into
mainfrom
fix/summary-test-crlf
Mar 30, 2026
Merged

Fix summary tests to use OS-native EOF instead of hardcoded \n#90
tjamet merged 1 commit into
mainfrom
fix/summary-test-crlf

Conversation

@tjamet

@tjamet tjamet commented Mar 30, 2026

Copy link
Copy Markdown
Collaborator

String comparisons in summary tests used hardcoded "\n" but AddEOL() uses the platform-specific EOF constant ("\r\n" on Windows), causing failures on Windows runners in GitHub Actions.

String comparisons in summary tests used hardcoded "\n" but AddEOL()
uses the platform-specific EOF constant ("\r\n" on Windows), causing
failures on Windows runners in GitHub Actions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@tjamet
tjamet merged commit 6b6fe65 into main Mar 30, 2026
8 checks passed
@tjamet
tjamet deleted the fix/summary-test-crlf branch March 30, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant