add parser for all formats #13

Merged
PlexSheep merged 11 commits from feat/parse-formats into devel 2024-05-13 15:54:23 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 44be69a262 - Show all commits

View File

@ -228,7 +228,7 @@ fn parser_b64() {
#[test]
fn parser_b32() {
assert_eq!(numf_parser::<u32>("IFAUEQQ=").unwrap(), 0x41414242);
assert_eq!(numf_parser::<u32>("032sIFAUEQQ=").unwrap(), 0x41414242);
}
#[test]