Skip to content

Commit cca06f4

Browse files
committed
tests: Noting issue with punct compression after binary mode
1 parent d7c9cec commit cca06f4

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

tests/ps_tests/azteccode.ps.test

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,20 @@
174174

175175
% Regression tests
176176

177-
{
178-
<6A 3E E8 AD F2 EF 17 99 3A 20 53 94 9F C3 1D 87> (debugcws) azteccode % BWIP-JS #354
179-
} [62 16 53 7 55 17 22 62 11 47 5 57 36 5 15 37 37 9 62 33 35 44 15] debugIsEqual
177+
%{
178+
% <6A 3E E8 AD F2 EF 17 99 3A 20 53 94 9F C3 1D 87> (debugcws) azteccode % BWIP-JS #354
179+
%} [62 16 53 7 55 17 22 62 11 47 5 57 36 5 15 37 37 9 62 33 35 44 15] debugIsEqual
180180

181-
{
182-
<1D CE A4 2E 20 44 04 BD 19 7D A4 C9 18 1D 3E 74> (debugcws) azteccode % BWIP-JS #354
183-
} [62 6 14 57 53 8 1 23 58 32 18 61 6 23 54 36 50 17 32 29 15 39 19] debugIsEqual
181+
%{
182+
% <1D CE A4 2E 20 44 04 BD 19 7D A4 C9 18 1D 3E 74> (debugcws) azteccode % BWIP-JS #354
183+
%} [62 6 14 57 53 8 1 23 58 32 18 61 6 23 54 36 50 17 32 29 15 39 19] debugIsEqual
184+
185+
%
186+
% Binary before punct compression seems to have a problem
187+
%
188+
%{
189+
% <6A 99 3A 20 53> % "j<99>: S"
190+
%} [?? ?? ?? ...] debugIsEqual
184191

185192

186193
% Figures

0 commit comments

Comments
 (0)