From 223e2986ad7752d38ce24d1cbeff47db98df1ae3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 27 Nov 2012 17:42:41 +0000 Subject: Added a few comments and fixed a string unit test, it assumed hex would be upper case by default and now it's lower case. --- src/unit/string.unit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unit') diff --git a/src/unit/string.unit b/src/unit/string.unit index ddd89a6..d7cc0c4 100644 --- a/src/unit/string.unit +++ b/src/unit/string.unit @@ -584,7 +584,7 @@ suite String test format2 { - unitTest( Bu::String("0x%{1}00").arg( 75, Bu::Fmt::hex() ).end() == "0x4B00" ); + unitTest( Bu::String("0x%{1}00").arg( 75, Bu::Fmt::hex() ).end() == "0x4b00" ); } } // 03F09CA4F58AC8CA0E80F0D9D409D0A60700A192270004BC3A99E91D0001034F544603362E35013103313130019CA4F58AC8CA0E0002830800002C4200008AC200EBF7D9D4090127BB010000E3 -- cgit v1.2.3