commit a913b5aa248214bdb34b88e4fca98bddf607453e
Author: Kornel Benko <[email protected]>
Date: Sat Aug 1 21:08:35 2020 +0200
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 45a2635..6020990 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 14cef91..981def9 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 . '"';
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs