File tree Expand file tree Collapse file tree
src/test/java/com/amazon/ion/bytecode/bin10 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ class TypeIdHelperTest {
176176 " 0x20, INT" ,
177177 " 0x2E, INT" ,
178178 " 0x2F, INT" ,
179- " 0x30, UNSET" ,
180179 " 0x31, INT" ,
181180 " 0x3E, INT" ,
182181 " 0x3F, INT" ,
@@ -208,7 +207,7 @@ class TypeIdHelperTest {
208207 " 0xCE, SEXP" ,
209208 " 0xCF, SEXP" ,
210209 " 0xD0, STRUCT" ,
211- " 0xD1, UNSET " ,
210+ " 0xD1, STRUCT " ,
212211 " 0xDE, STRUCT" ,
213212 " 0xDF, STRUCT" ,
214213 " 0xE0, IVM" ,
@@ -230,8 +229,8 @@ class TypeIdHelperTest {
230229 " 0x0F, 0" , // NULL (length 0)
231230 " 0x10, 0" , // BOOL false (length 0)
232231 " 0x11, 0" , // BOOL true (length 0)
233- " 0x12, 2" , // Length 2
234- " 0x1E, -1 " , // VarUInt follows
232+ " 0x12, - 2" , // invalid
233+ " 0x1E, -2 " , // invalid
235234 " 0x1F, 0" , // NULL (length 0)
236235 " 0x20, 0" , // Length 0
237236 " 0x21, 1" , // Length 1
You can’t perform that action at this time.
0 commit comments