zeek/testing/btest/Baseline/language.record-recursive-table/output
Arne Welzel ec998dbfb6 Type/is_supported_index_type: Deal with recursive record types
This plugs the issue reported in #2690, there might be more though.

Closes #2690
2023-02-17 17:35:05 +01:00

38 lines
363 B
Text

### 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
}
}