Skip to content

Commit

Permalink
Adds suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Dec 8, 2023
1 parent 1e5afa1 commit b968a1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ class IonRawBinaryWriterTest_1_1 {
"""
FC | Variable length SID Struct
17 | Length = 11
17 | SID 11
81 | SID 64
5E | true
00 | switch to FlexSym encoding
FB 66 6F 6F | FlexSym 'foo'
Expand All @@ -526,7 +526,7 @@ class IonRawBinaryWriterTest_1_1 {
"""
) {
stepInStruct(false)
writeFieldName(11)
writeFieldName(64)
writeBool(true)
writeFieldName("foo")
writeBool(true)
Expand Down

0 comments on commit b968a1c

Please sign in to comment.