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

3 lines
99 B
Go
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
`abc
2015-02-20 00:35:01 -05:00
def` == "abc\ndef", // never "abc\r\ndef" even if the source file contains CR+LF line endings