mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-05 15:03:34 +00:00
Cosmetic fixes (whitespace and spelling)
This commit is contained in:
parent
ea48ae0f75
commit
377c9a746d
13 changed files with 30 additions and 31 deletions
|
@ -9,7 +9,6 @@
|
|||
|
||||
|
||||
TEST_CASE( "Character pretty printing" ){
|
||||
//
|
||||
SECTION("Specifically escaped"){
|
||||
char tab = '\t';
|
||||
char newline = '\n';
|
||||
|
@ -36,7 +35,7 @@ TEST_CASE( "Character pretty printing" ){
|
|||
char c = static_cast<char>(i);
|
||||
REQUIRE(c == i);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue