summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/StringCRLF.cmake
blob: d20cfea7e4fc543a4da811cd588d4b524612a728 (plain)
1
2
3
4
5
6
if("a
b" STREQUAL "a\nb")
  message("CRLF->LF worked")
else()
  message(FATAL_ERROR "CRLF->LF failed")
endif()