| author | |
| committer | |
| log | d9825752fd50d04cb12ad7b8afba7b4b18b2ae81 |
| tree | be24ff52516e1ca9063eb34749b0177865370adf |
| parent | fea3b04ce480363a63c6c0286284b6650b48b915 |
1 files changed, 6 insertions(+), 0 deletions(-)
test.zig+6| ... | ... | @@ -10,6 +10,12 @@ test { |
| 10 | 10 | const grid = qrcode.encode(.latin1, .L, 2, "Version 2"); |
| 11 | 11 | // 40 95 66 57 27 36 96 f6 e2 03 20 ec 11 ec 11 ec |
| 12 | 12 | _ = &grid; |
| 13 | } | |
| 14 | test { | |
| 15 | const grid = qrcode.encode(.latin1, .L, 3, "Version 3 QR Code"); | |
| 16 | // 41 15 66 57 27 36 96 f6 e2 03 32 05 15 22 04 36 | |
| 17 | // f6 46 50 ec 11 ec 11 ec 11 ec | |
| 18 | _ = &grid; | |
| 13 | 19 | |
| 14 | 20 | const bg_black = "\x1b[40m"; |
| 15 | 21 | const bg_white = "\x1b[47m"; |