zeek/testing/btest/Baseline/language.trailing-comma/out

57 lines
1,002 B
Text

### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
vec1, vector of count, [1, 2]
vec2, vector of count, [1, 2]
vec3, vector of count, [1, 2]
set1, set[count], {
2,
1
}
set2, set[count], {
2,
1
}
set3, set[count], {
2,
1
}
rec1, MyRecord, [a=a, b=<uninitialized>]
rec2, MyRecord, [a=a, b=<uninitialized>]
rec3, record { }, []
tab1, table[string] of count, {
[a] = 1
}
tab2, table[string,string] of count, {
[a, b] = 1
}
tab3, table[string,string] of count, {
[a, b] = 1
}
tab4, table[string,string] of vector of count, {
[a, b] = [1, 2],
[c, d] = [3, 4]
}
tab5, table[string,string] of vector of count, {
[a, b] = [1, 2],
[c, d] = [3, 4]
}
tab6, table[string,string] of vector of count, {
[a, b] = [1, 2],
[c, d] = [3, 4]
}
tab7, table[string,string] of set[count], {
[a, b] = {
2,
1
},
[c, d] = {
4,
3
}
}
tab8, table[MyRecord] of count, {
[[a=c, b=d]] = 43,
[[a=a, b=b]] = 42
}
tab9, table[MyRecord] of count, {
[[a=abc, b=def]] = 42
}