mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

Copying an &ordered table or set would result in a copy that is not ordered. This seems rather surprising behavior, so propagate the &ordered attribute. Closes #2793
25 lines
203 B
Text
25 lines
203 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
sset
|
|
2
|
|
3
|
|
1
|
|
4
|
|
5
|
|
copy(sset)
|
|
3
|
|
2
|
|
1
|
|
4
|
|
5
|
|
ordered_sset
|
|
1
|
|
2
|
|
3
|
|
4
|
|
5
|
|
copy(ordered_sset)
|
|
1
|
|
2
|
|
3
|
|
4
|
|
5
|