mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Type/is_supported_index_type: Deal with recursive record types
This plugs the issue reported in #2690, there might be more though. Closes #2690
This commit is contained in:
parent
8e2d68ffec
commit
ec998dbfb6
4 changed files with 118 additions and 7 deletions
|
@ -0,0 +1,38 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
===, 1, {
|
||||
[[bar=1, parent={
|
||||
|
||||
}]] = {
|
||||
1
|
||||
}
|
||||
}
|
||||
{
|
||||
[[bar=1, parent={
|
||||
|
||||
}]] = {
|
||||
1
|
||||
}
|
||||
}
|
||||
===, 2, {
|
||||
[[bar=1, parent={
|
||||
|
||||
}]] = {
|
||||
1
|
||||
},
|
||||
[[bar=1, parent={
|
||||
[T] = [bar=2, parent={
|
||||
|
||||
}]
|
||||
}]] = {
|
||||
2
|
||||
}
|
||||
}
|
||||
===, 1, {
|
||||
[[bar=1, parent={
|
||||
[T] = [bar=2, parent={
|
||||
|
||||
}]
|
||||
}]] = {
|
||||
2
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue