RosettaCodeData/Task/Literals-String/Go/literals-string-6.go
2023-07-01 13:44:08 -04:00

2 lines
99 B
Go

`abc
def` == "abc\ndef", // never "abc\r\ndef" even if the source file contains CR+LF line endings