Consider the following 2 files:
test.d2
x -> y
scenarios: {
production: {
x.tooltip: foo
}
}
test-whole.d2
a -> b
...@test
c -> x
scenarios: {
production: {
c.tooltip: bar
}
}
Expected: a folder test-whole, containing index.svg and production.svg, where the only difference between the 2 is that production.svg has tooltips for x and c.
Actual: production.svg misses a -> b and c -> x.