From 7ac2aa51f3132f4076440f9d0b4fe3d7662d133d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 23 Jun 2022 22:57:58 +0300 Subject: Adapt manifest tests to change in value/comment split semantics --- tests/manifest/testscript | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'tests') 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 (in - # double-conversion/fixed-dtoa.cc)\; QtCore/3rdparty/double-conversion/include/ - # for includes of \; QtCore/3rdparty/harfbuzz/src/ for an - # include of \; and QtCore/3rdparty/forkfd/ for an include + # double-conversion/fixed-dtoa.cc); QtCore/3rdparty/double-conversion/include/ + # for includes of ; QtCore/3rdparty/harfbuzz/src/ for an + # include of ; and QtCore/3rdparty/forkfd/ for an include # of . # 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 -- cgit v1.1