Skip to content

Commit 9bd5da6

Browse files
committed
update Java version
1 parent 5821bb2 commit 9bd5da6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/upokecenter/test/CBORTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,7 @@ public void TestTag268() {
17771777
public void TestPlist() {
17781778
CBORObject o;
17791779
o = CBORObject.FromJSONString("[1,2,null,true,false,\"\"]");
1780+
o.Add(new byte[] { 32, 33, 44, 55 });
17801781
System.out.println(o.ToJSONString());
17811782
System.out.println(CBORPlistWriter.ToPlistString(o));
17821783
}

0 commit comments

Comments
 (0)