]> Cypherpunks repositories - gostls13.git/commit
testing: replace CRLF by LF on windows before comparing to the expected output
authorConstantin Konstantinidis <constantinkonstantinidis@gmail.com>
Sun, 10 Nov 2024 15:57:06 +0000 (16:57 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 13 Nov 2024 18:37:25 +0000 (18:37 +0000)
commitf1add185301a55f29eac65e88caa3ae1f713e766
treed337576e7cdef86d6a68f9a4e67882be24a52304
parentd311cc95dcc58becdeb0f66a5b828477ee0d83bd
testing: replace CRLF by LF on windows before comparing to the expected output

Fixes #51269

Change-Id: I06747db18ca078c1f1bda9b7bc60006f53191f4d
Reviewed-on: https://go-review.googlesource.com/c/go/+/627035
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/go/testdata/script/test_crlf_example.txt [new file with mode: 0644]
src/testing/example.go