Skip to content

Commit 2f32a73

Browse files
committed
st_xf
1 parent d1c0cf4 commit 2f32a73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/LibXLS.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ if Sys.WORD_SIZE == 64
2626
@assert sizeof(st_row_data) == 32
2727
@assert sizeof(st_colinfo) == 16
2828
@assert sizeof(st_colinfo_data) == 10
29+
@assert sizeof(st_xf) == 16
30+
@assert sizeof(st_xf_data) == 24
31+
@assert sizeof(st_font_data) == 24
32+
@assert sizeof(st_font) == 16
33+
@assert sizeof(st_format_data) == 16
34+
@assert sizeof(st_format) == 16
2935
end
3036

3137
end

0 commit comments

Comments
 (0)