mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
Fix copy() to work with a vector that has trailing holes
Previously, the trailing holes would not be preserved in the copy.
This commit is contained in:
parent
d00748a2e7
commit
819fc1aac0
3 changed files with 7 additions and 2 deletions
|
@ -75,3 +75,4 @@ slicing assignment grow (PASS)
|
|||
slicing assignment shrink (PASS)
|
||||
? operator (PASS)
|
||||
copy of a vector with holes (PASS)
|
||||
copy of a vector with trailing holes, [0, 2, 3, 77, , ], [0, 2, 3, 77, , ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue