mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Cmake docbook tests: typos
This commit is contained in:
parent
d3b7657e3c
commit
a913b5aa24
@ -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}"
|
||||
|
@ -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 . '"';
|
||||
|
Loading…
Reference in New Issue
Block a user