mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
checkin
This commit is contained in:
@@ -403,7 +403,7 @@ fn testGS1ModeHeaderWithECI() {
|
||||
#[test]
|
||||
fn testAppendModeInfo() {
|
||||
let mut bits = BitArray::new();
|
||||
encoder::appendModeInfo(Mode::NUMERIC, &mut bits);
|
||||
assert!(encoder::appendModeInfo(Mode::NUMERIC, &mut bits).is_ok());
|
||||
assert_eq!(" ...X", bits.to_string());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user