Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions core/src/main/java/com/google/zxing/oned/Code128Writer.java
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,9 @@ private enum Latch { A, B, C, SHIFT, NONE }

static final String A = """
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\

\


\
\
ÿ""";
static final String B = " !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqr" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void testDescription() {
BEGIN:VEVENT
DTSTART:20080504T123456Z
DESCRIPTION:This is a test
with a continuation
with a continuation
END:VEVENT
END:VCALENDAR""",
"This is a test with a continuation", null, null, "20080504T123456Z", null);
Expand Down