mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Fix &ordered
attribute not preserved in table initializer assignments
This commit is contained in:
parent
fd98958b92
commit
074faf202f
5 changed files with 58 additions and 1 deletions
|
@ -23,3 +23,21 @@ copy(ordered_sset)
|
|||
3
|
||||
4
|
||||
5
|
||||
ordered_sset2
|
||||
foo
|
||||
bar
|
||||
baz
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
copy(ordered_sset2)
|
||||
foo
|
||||
bar
|
||||
baz
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue