# fixtures/powershell
PowerShell fixture file for `.scm` query tests.
- `sample.ps1` — defines a `Calculator` class with `Add` and `Multiply` methods, plus `Invoke-Classify`, `Get-Sum`, and `Get-Factorial` functions; imports `PSReadLine` and `Microsoft.PowerShell.Utility`; includes if/elseif branching, foreach, and for loops.