Skip to content

Commit 1244d0e

Browse files
committed
fix: handle windows CRLF
1 parent 2c2829e commit 1244d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/ModuleDocumentationIntegrationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class ModuleDocumentationIntegrationTest {
8888
.generateModuleDocumentation(
8989
ctx.toGenerationContext(),
9090
"Test",
91-
)
91+
).replace("\r\n", "\n") // Handle CRLF on Windows
9292
.shouldContainOnlyOnceWithDiff(
9393
"""
9494
## Subtitle

0 commit comments

Comments
 (0)