summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-19 13:48:36 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-08-19 13:48:36 (GMT)
commitceaf578e02a723a62a308515b875244355e85ef6 (patch)
treecd17b178ea746b37893f93943fe90990b9411869 /Tests/RunCMake/Syntax
parent9f4701bde9743e9c5fa70b8d5da48c506a93de66 (diff)
parent02b3cba9df973026487ed9739ff6ca1825814ad1 (diff)
downloadCMake-ceaf578e02a723a62a308515b875244355e85ef6.zip
CMake-ceaf578e02a723a62a308515b875244355e85ef6.tar.gz
CMake-ceaf578e02a723a62a308515b875244355e85ef6.tar.bz2
Merge topic 'fix-lexer-open-square'
02b3cba9 cmListFileLexer: Fix lexing of single '[' character (#15092)
Diffstat (limited to 'Tests/RunCMake/Syntax')
-rw-r--r--Tests/RunCMake/Syntax/Unquoted1-stderr.txt2
-rw-r--r--Tests/RunCMake/Syntax/Unquoted1.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tests/RunCMake/Syntax/Unquoted1-stderr.txt b/Tests/RunCMake/Syntax/Unquoted1-stderr.txt
index ff8194a..85a7a9d 100644
--- a/Tests/RunCMake/Syntax/Unquoted1-stderr.txt
+++ b/Tests/RunCMake/Syntax/Unquoted1-stderr.txt
@@ -1 +1 @@
-^\[\]\[=\]\[\$\$\(MV\)-DSTR=" \[="\[;\]$
+^\[\]\[=\]\[\$\$\(MV\)-DSTR=" \[="\[;\]\]\[$
diff --git a/Tests/RunCMake/Syntax/Unquoted1.cmake b/Tests/RunCMake/Syntax/Unquoted1.cmake
index 0344fbd..515161f 100644
--- a/Tests/RunCMake/Syntax/Unquoted1.cmake
+++ b/Tests/RunCMake/Syntax/Unquoted1.cmake
@@ -1 +1 @@
-message([] [=] [$ $(MV) -DSTR=" [=" [;])
+message([] [=] [$ $(MV) -DSTR=" [=" [;] ] [)