aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-06-23 22:57:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-06-23 22:57:58 +0300
commit7ac2aa51f3132f4076440f9d0b4fe3d7662d133d (patch)
treec1a47e2e22bb5e4e0f394d38e718db9b8ddceea6 /tests
parent6cb0dc0ffbf6fe4b7fc41256101bd71b1e8c56be (diff)
Adapt manifest tests to change in value/comment split semantics
Diffstat (limited to 'tests')
-rw-r--r--tests/manifest/testscript17
1 files changed, 10 insertions, 7 deletions
diff --git a/tests/manifest/testscript b/tests/manifest/testscript
index 0398206..fc8bbe9 100644
--- a/tests/manifest/testscript
+++ b/tests/manifest/testscript
@@ -995,7 +995,8 @@
bar
- ; Comment.
+ ;
+ Comment.
\
EOI
: 1
@@ -1325,7 +1326,8 @@
{
require
{
- config.bar.baz=a;bc
+ config.bar.baz=a
+ ;
}
}
\
@@ -2313,9 +2315,9 @@
# Build options.
#
# Add QtCore/3rdparty/ for include of <double-conversion/fixed-dtoa.h> (in
- # double-conversion/fixed-dtoa.cc)\; QtCore/3rdparty/double-conversion/include/
- # for includes of <double-conversion/*>\; QtCore/3rdparty/harfbuzz/src/ for an
- # include of <harfbuzz-shaper.h>\; and QtCore/3rdparty/forkfd/ for an include
+ # double-conversion/fixed-dtoa.cc); QtCore/3rdparty/double-conversion/include/
+ # for includes of <double-conversion/*>; QtCore/3rdparty/harfbuzz/src/ for an
+ # include of <harfbuzz-shaper.h>; and QtCore/3rdparty/forkfd/ for an include
# of <forkfd.h>.
#
cxx.poptions =+ "-I$out_root" "-I$src_root" \\
@@ -2391,7 +2393,7 @@
#
# @@ TMP Assuming the comments regarding special compiler options for
# SSE/AVX/NEON in qconfig.h.in apply to F16C as well. global/global.pri
- # seems to make this connection as well (if only for GCC\; x86SimdAlways in
+ # seems to make this connection as well (if only for GCC; x86SimdAlways in
# global.pri corresponds to QT_COMPILER_SUPPORTS_SIMD_ALWAYS in
# qconfig.h.in).
#
@@ -2962,7 +2964,8 @@
license: LGPLv2
requires:\
- ; X11 libs.
+ ;
+ X11 libs.
\
EOI
: 1