diff options
author | Brad King <brad.king@kitware.com> | 2013-10-21 13:02:00 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-10-21 13:02:00 (GMT) |
commit | 9fb65d7090ca314cd8bfd88e52fefa6905938a6d (patch) | |
tree | acb57e0aafb9e73af0f44fe27a0eb37d1cad99c6 /Tests/RunCMake/Syntax/BOM-UTF-32-LE-stderr.txt | |
parent | ecfcce44b31ad7a6a39088e950ba36a0d8abc517 (diff) | |
parent | daa0f6f98df6e944a46a8dff13bb247cf7e301b1 (diff) | |
download | CMake-9fb65d7090ca314cd8bfd88e52fefa6905938a6d.zip CMake-9fb65d7090ca314cd8bfd88e52fefa6905938a6d.tar.gz CMake-9fb65d7090ca314cd8bfd88e52fefa6905938a6d.tar.bz2 |
Merge topic 'cmake-syntax-updates'
daa0f6f Add Lua-style long brackets and long comments to CMake language
a8c6523 cmListFileLexer: Convert CRLF -> LF newlines explicitly
dbd9333 cmListFileLexer: Allow a leading UTF-8 Byte-Order-Mark (#11137)
5645783 cmListFileLexer: Allow command names with one letter (#14181)
Diffstat (limited to 'Tests/RunCMake/Syntax/BOM-UTF-32-LE-stderr.txt')
-rw-r--r-- | Tests/RunCMake/Syntax/BOM-UTF-32-LE-stderr.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/Syntax/BOM-UTF-32-LE-stderr.txt b/Tests/RunCMake/Syntax/BOM-UTF-32-LE-stderr.txt new file mode 100644 index 0000000..eb054ec --- /dev/null +++ b/Tests/RunCMake/Syntax/BOM-UTF-32-LE-stderr.txt @@ -0,0 +1,6 @@ +CMake Error at CMakeLists.txt:3 \(include\): + File + + .*/Tests/RunCMake/Syntax/BOM-UTF-32-LE.cmake + + starts with a Byte-Order-Mark that is not UTF-8. |