Commit 452fd27
authored
test: add env var path coverage (#422)
Summary:
- Add coverage for WindowsApps path component matching in
`pet-env-var-path`.
- Verify matching is case-insensitive by component and rejects partial
component names.
- Covers a small utility-crate slice from the #389 coverage plan.
Validation:
- cargo test -p pet-env-var-path
- cargo fmt --all
- cargo clippy --all -- -D warnings
Refs #3891 parent 07f390c commit 452fd27
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
166 | 188 | | |
0 commit comments