summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/NameWithEscapedTabs-stderr.txt
blob: d7fc38a0a651edbe693c2b40d358d9fd783f09c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
^CMake Error at NameWithEscapedTabs.cmake:1 \(message\):
  Syntax error in cmake code at

    .*/Tests/RunCMake/Syntax/NameWithEscapedTabs.cmake:1

  when parsing string

    \${var\\	with\\	escaped\\	tab}

  Invalid escape sequence \\.?
Call Stack \(most recent call first\):
  CMakeLists.txt:3 \(include\)$