summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/Syntax/NameWithNewline-stderr.txt
diff options
context:
space:
mode:
authorOleksandr Koval <oleksandr.koval.dev@gmail.com>2020-09-09 15:49:35 +0300
committerOleksandr Koval <oleksandr.koval.dev@gmail.com>2020-09-09 15:49:35 +0300
commit62d7acc6d4f2e4563b5a71d6e5c90352bf732c79 (patch)
tree8da5b452aeb392d31f817a4b1655f671d7534d26 /Tests/RunCMake/Syntax/NameWithNewline-stderr.txt
parent9a0a5f84208f652d3ce84e141adf7e9b304574cb (diff)
downloadcmake-62d7acc6d4f2e4563b5a71d6e5c90352bf732c79.tar.gz
cmCommandArgumentParserHelper: rework input handling
Old implementation uses involved Flex input management technique that requires usage of obsolete YY_INPUT macro. This causes a lot of useless allocations and byte-by-byte scanning. New implementation avoids those hacks, it uses yy_scan_string() API to setup Flex input. Also it fixes reporting of syntax error position and corresponding tests.
Diffstat (limited to 'Tests/RunCMake/Syntax/NameWithNewline-stderr.txt')
-rw-r--r--Tests/RunCMake/Syntax/NameWithNewline-stderr.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/Syntax/NameWithNewline-stderr.txt b/Tests/RunCMake/Syntax/NameWithNewline-stderr.txt
index 5cc111b5c0..77bd470fab 100644
--- a/Tests/RunCMake/Syntax/NameWithNewline-stderr.txt
+++ b/Tests/RunCMake/Syntax/NameWithNewline-stderr.txt
@@ -7,6 +7,6 @@
\${var\\nwith\\nnewline}
- syntax error, unexpected cal_SYMBOL, expecting } \(7\)
+ syntax error, unexpected cal_SYMBOL, expecting } \(6\)
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)$