From a913b5aa248214bdb34b88e4fca98bddf607453e Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Sat, 1 Aug 2020 21:08:35 +0200 Subject: [PATCH] Cmake docbook tests: typos --- development/autotests/export.cmake | 2 +- development/autotests/filterXml4Sax.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/autotests/export.cmake b/development/autotests/export.cmake index 45a2635152..602099066e 100755 --- a/development/autotests/export.cmake +++ b/development/autotests/export.cmake @@ -237,7 +237,7 @@ else() set(executable_ ${PERL_EXECUTABLE} "${TOP_SRC_DIR}/development/autotests/filterXml4Sax.pl") endif() if (XMLLINT_EXECUTABLE) - message(STATUS "Calling: ${XMLLINT_EXECUTABLE} " ${xmllint_params}) + message(STATUS "Calling: " ${executable_} ${xmllint_params} " ${result_file_name}") # check the created xhtml file execute_process( COMMAND ${executable_} ${xmllint_params} "${result_file_name}" diff --git a/development/autotests/filterXml4Sax.pl b/development/autotests/filterXml4Sax.pl index 14cef91ba7..981def9a1e 100644 --- a/development/autotests/filterXml4Sax.pl +++ b/development/autotests/filterXml4Sax.pl @@ -78,7 +78,7 @@ sub handlePara($) $rest = $3; } elsif ($rest =~ /^([^\s]+)(.*)$/) { - my $val1 = $1 + my $val1 = $1; $rest = $2; $val1 =~ s/([\"\'\\])/\\$1/g; $val = '"' . $val1 . '"'; -- 2.39.5