Cosmetic fixes (whitespace and spelling)

This commit is contained in:
Martin Hořeňovský 2017-05-27 14:42:54 +02:00
parent ea48ae0f75
commit 377c9a746d
13 changed files with 30 additions and 31 deletions

View File

@ -29,7 +29,7 @@
# The following variables affect the behavior of the script: # # The following variables affect the behavior of the script: #
# # # #
# PARSE_CATCH_TESTS_VERBOSE (Default OFF) # # PARSE_CATCH_TESTS_VERBOSE (Default OFF) #
# -- enabels debug messages # # -- enables debug messages #
# # # #
#==================================================================================================# #==================================================================================================#
@ -61,7 +61,7 @@ endfunction()
# Worker function # Worker function
function(ParseFile SourceFile TestTarget) function(ParseFile SourceFile TestTarget)
# accroding to CMake docs EXISTS behavior is well-defined only for full paths. # According to CMake docs EXISTS behavior is well-defined only for full paths.
get_filename_component(SourceFile ${SourceFile} ABSOLUTE) get_filename_component(SourceFile ${SourceFile} ABSOLUTE)
if(NOT EXISTS ${SourceFile}) if(NOT EXISTS ${SourceFile})
message(WARNING "Cannot find source file: ${SourceFile}") message(WARNING "Cannot find source file: ${SourceFile}")

View File

@ -9,7 +9,6 @@
TEST_CASE( "Character pretty printing" ){ TEST_CASE( "Character pretty printing" ){
//
SECTION("Specifically escaped"){ SECTION("Specifically escaped"){
char tab = '\t'; char tab = '\t';
char newline = '\n'; char newline = '\n';