Skip to content

Commit bbdbf81

Browse files
committed
More tests
1 parent 15d3adc commit bbdbf81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

swift/Sources/FlexBuffers/Writer/FlexBuffersWriter.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,9 @@ public struct FlexBuffersWriter {
771771

772772
for i in stride(from: start, to: stack.count, by: step) {
773773
write(value: stack[i], byteWidth: byteWidth)
774+
_bb.withUnsafeSlicedBytes {
775+
print(Array($0))
776+
}
774777
}
775778

776779
if !typed {

0 commit comments

Comments
 (0)