Commit 5093252
fix(spec): correct type=$1 assertion to match actual spacing "type = $1"
The code generates "type = $1" with spaces around =, consistent with
all other conditions. The test incorrectly expected "type=$1".
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 368ee87 commit 5093252
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
0 commit comments