diff options
Diffstat (limited to 'src/unit')
-rw-r--r-- | src/unit/string.unit | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
584 | 584 | ||
585 | test format2 | 585 | test format2 |
586 | { | 586 | { |
587 | unitTest( Bu::String("0x%{1}00").arg( 75, Bu::Fmt::hex() ).end() == "0x4B00" ); | 587 | unitTest( Bu::String("0x%{1}00").arg( 75, Bu::Fmt::hex() ).end() == "0x4b00" ); |
588 | } | 588 | } |
589 | } | 589 | } |
590 | // 03F09CA4F58AC8CA0E80F0D9D409D0A60700A192270004BC3A99E91D0001034F544603362E35013103313130019CA4F58AC8CA0E0002830800002C4200008AC200EBF7D9D4090127BB010000E3 | 590 | // 03F09CA4F58AC8CA0E80F0D9D409D0A60700A192270004BC3A99E91D0001034F544603362E35013103313130019CA4F58AC8CA0E0002830800002C4200008AC200EBF7D9D4090127BB010000E3 |