Skip to content

Commit

Permalink
Fix comment in src/test/java/com/amazon/ion/impl/bin/WriteBufferTest.…
Browse files Browse the repository at this point in the history
…java

Co-authored-by: Tyler Gregg <[email protected]>
  • Loading branch information
jobarr-amzn and tgregg authored Dec 12, 2024
1 parent 38770b9 commit a665276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/amazon/ion/impl/bin/WriteBufferTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ public void testWriteSidFlexSym(int value, String expectedBits) {

@ParameterizedTest
@CsvSource({
"'', 00000001 10000001", // 01110101 == SystemSymbols_1_1.EMPTY_TEXT.getId() converted to binary
"'', 00000001 10000001", // 10000001 == SystemSymbols_1_1.EMPTY_TEXT.getId() converted to binary
"a, 11111111 01100001",
"abc, 11111011 01100001 01100010 01100011",
"this is a very very very very very long symbol, " +
Expand Down

0 comments on commit a665276

Please sign in to comment.