We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f146c67 commit 5c28299Copy full SHA for 5c28299
src/test/java/com/upokecenter/test/CBORTest.java
@@ -5215,11 +5215,11 @@ public static boolean TestTextStringStreamOne(String longString) {
5215
Assert.assertEquals(objectTemp, objectTemp2);
5216
}
5217
{
5218
- String cc="useindeflengthstrings";
5219
- cc+="=";
5220
- cc+="false,allowduplicatekeys";
5221
5222
- cc+="true";
+ String cc = "useindeflengthstrings";
+ cc += "=";
+ cc += "false,allowduplicatekeys";
+ cc += "true";
5223
Object objectTemp = longString;
5224
Object objectTemp2 = CBORObject.DecodeFromBytes(cbor.EncodeToBytes(
5225
new CBOREncodeOptions(cc))).AsString();
0 commit comments