minor changes
This commit is contained in:
		
							parent
							
								
									d84f8ebb02
								
							
						
					
					
						commit
						08456b8ff0
					
				
					 2 changed files with 9 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1778,7 +1778,10 @@ TEST_CASE("Parser")
 | 
			
		|||
        auto j3 = "{\"key\": \"value\"}"_json;
 | 
			
		||||
        CHECK(j3["key"] == "value");
 | 
			
		||||
 | 
			
		||||
        auto j22 = R"({"pi": 3.141, "happy": true })"_json;
 | 
			
		||||
        auto j22 = R"({
 | 
			
		||||
            "pi": 3.141,
 | 
			
		||||
            "happy": true
 | 
			
		||||
        })"_json;
 | 
			
		||||
        auto j23 = "{ \"pi\": 3.141, \"happy\": true }"_json;
 | 
			
		||||
        CHECK(j22 == j23);
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue