Add snapshot test for parallel slot flight router state
Tests the flight router state tree for parallel routes with @slot,
capturing the discrepancy between turbopack and webpack:
- Turbopack uses "(slot)" segment for direct @slot/page.tsx
- Webpack uses "__PAGE__" segment for direct @slot/page.tsx
- Both agree on "(slot)" for nested @slot/nested/page.tsx