Skip to content

Commit e1e2b6d

Browse files
author
Michael Abbott
committed
oboth test
1 parent dbed237 commit e1e2b6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ end
133133
@test axes(stack(oout)) == (1:3, 11:14)
134134
@test axes(copy(stack(oout))) == (1:3, 11:14)
135135

136+
oboth = OffsetArray(oin, 11:14)
137+
@test axes(stack(oboth)) == (3:5, 11:14)
138+
136139
ogen = (OffsetArray([3,4,5], 3:5) for i in 1:4)
137140
@test axes(stack(ogen)) == (3:5, 1:4)
138141

0 commit comments

Comments
 (0)