Skip to content

Commit ab2a111

Browse files
austnwilpopematt
andauthored
Apply suggestion from @popematt
Co-authored-by: Matthew Pope <81593196+popematt@users.noreply.github.com>
1 parent ea3381a commit ab2a111

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/test/java/com/amazon/ion/bytecode/bin11/bytearray/ListOpcodeHandlerTests.kt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,11 @@ class ListOpcodeHandlerTests {
177177
fun `handler compiles nested lists`() {
178178
val bytes = """
179179
FA 63
180-
FA 11 | [null, [[null, null]], null]
181-
8E |--| | |
182-
FA 09 FA 05 8E 8E |--------| |
183-
8E |------------------------|
180+
FA 11 | [
181+
8E | null,
182+
FA 09 FA 05 8E 8E | [[null, null]],
183+
8E | null,
184+
| ]
184185
FA 41 | [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]
185186
61 01 61 02 61 03 61 04
186187
61 05 61 06 61 07 61 08

0 commit comments

Comments
 (0)