mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	toString( int ) uses hex for large values
now matches behaviour of unsigned int
This commit is contained in:
		@@ -3398,7 +3398,7 @@ MiscTests.cpp:<line number>:
 | 
			
		||||
PASSED:
 | 
			
		||||
  REQUIRE( Factorial(10) == 3628800 )
 | 
			
		||||
with expansion:
 | 
			
		||||
  0x<hex digits> == 3628800
 | 
			
		||||
  0x<hex digits> == 0x<hex digits>
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------------------
 | 
			
		||||
An empty test with no assertions
 | 
			
		||||
 
 | 
			
		||||
@@ -3519,7 +3519,7 @@
 | 
			
		||||
          Factorial(10) == 3628800
 | 
			
		||||
        </Original>
 | 
			
		||||
        <Expanded>
 | 
			
		||||
          0x<hex digits> == 3628800
 | 
			
		||||
          0x<hex digits> == 0x<hex digits>
 | 
			
		||||
        </Expanded>
 | 
			
		||||
      </Expression>
 | 
			
		||||
      <OverallResult success="true"/>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user