RosettaCodeData/Task/Literals-String/Go/literals-string-6.go

3 lines
99 B
Go
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
`abc
def` == "abc\ndef", // never "abc\r\ndef" even if the source file contains CR+LF line endings