mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Cosmetic fixes (whitespace and spelling)
This commit is contained in:
		| @@ -403,5 +403,5 @@ static int f() { | ||||
| TEST_CASE( "#835 -- errno should not be touched by Catch", "[!shouldfail]" ) { | ||||
|     errno = 1; | ||||
|     CHECK(f() == 0); | ||||
|     REQUIRE(errno == 1); // Check that f() doesn't touch errno.     | ||||
|     REQUIRE(errno == 1); // Check that f() doesn't touch errno. | ||||
| } | ||||
|   | ||||
| @@ -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); | ||||
|         } | ||||
|     }     | ||||
|     } | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský