mirror of
				https://github.com/red0124/ssp.git
				synced 2025-11-04 14:46:45 +01:00 
			
		
		
		
	fix converter test
This commit is contained in:
		
							parent
							
								
									86514bfbb6
								
							
						
					
					
						commit
						15f0c63643
					
				@ -25,7 +25,7 @@ TEST_CASE("testing split") {
 | 
				
			|||||||
    ss::converter c;
 | 
					    ss::converter c;
 | 
				
			||||||
    for (const auto& [s, expected, delim] :
 | 
					    for (const auto& [s, expected, delim] :
 | 
				
			||||||
         // clang-format off
 | 
					         // clang-format off
 | 
				
			||||||
                {std::make_tuple{"a,b,c,d", std::vector{"a", "b", "c", "d"}, ","},
 | 
					                {std::make_tuple("a,b,c,d", std::vector{"a", "b", "c", "d"}, ","),
 | 
				
			||||||
                {"", {}, " "},
 | 
					                {"", {}, " "},
 | 
				
			||||||
                {" x x x x | x ", {" x x x x ", " x "}, "|"},
 | 
					                {" x x x x | x ", {" x x x x ", " x "}, "|"},
 | 
				
			||||||
                {"a::b::c::d", {"a", "b", "c", "d"}, "::"},
 | 
					                {"a::b::c::d", {"a", "b", "c", "d"}, "::"},
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user