utf-8: better formatted qr code in test
This commit is contained in:
parent
b9d27ef174
commit
849c6c8bea
|
@ -104,6 +104,15 @@ fn integration_render_utf8_1x2() {
|
||||||
.light_color(Dense1x2::Dark)
|
.light_color(Dense1x2::Dark)
|
||||||
.module_dimensions(1, 1)
|
.module_dimensions(1, 1)
|
||||||
.build();
|
.build();
|
||||||
assert_eq!("█████████████████\n██ ▄▄▄▄▄ █▄▀▄█▄██\n██ █ █ █ █ ██\n██ █▄▄▄█ █▄▄██▀██\n██▄▄▄▄▄▄▄█▄▄▄▀ ██\n██▄ ▀ ▀ ▀▄▄ ████\n██▄▄▀▄█ ▀▀▀ ▀▄▄██\n██▄▄▄█▄▄█▄██▄█▄██\n▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀", image);
|
assert_eq!(image,
|
||||||
|
"█████████████████\n\
|
||||||
|
██ ▄▄▄▄▄ █▄▀▄█▄██\n\
|
||||||
|
██ █ █ █ █ ██\n\
|
||||||
|
██ █▄▄▄█ █▄▄██▀██\n\
|
||||||
|
██▄▄▄▄▄▄▄█▄▄▄▀ ██\n\
|
||||||
|
██▄ ▀ ▀ ▀▄▄ ████\n\
|
||||||
|
██▄▄▀▄█ ▀▀▀ ▀▄▄██\n\
|
||||||
|
██▄▄▄█▄▄█▄██▄█▄██\n\
|
||||||
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀");
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue