mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

Particularly, the final output order of a table/set is sensitive to order of input/insertions and some tests were converting std::unordered_{set,map} to Zeek table/set and iteration over those standard containers may not always loop through elements in the same order across all platforms.
9 lines
152 B
Text
9 lines
152 B
Text
[[key=a, val=3], [key=b, val=3], [key=whatever, val=5]]
|
|
[hi]
|
|
[[key=a, val=[a=1, b=c, c={
|
|
elem1,
|
|
elem2
|
|
}]], [key=b, val=[a=2, b=d, c={
|
|
elem1,
|
|
elem2
|
|
}]]]
|