Commit 71bc194
fix: Use [:space:] character class for spaces in regex
Fix the regex pattern to properly match spaces in dependency names
by using the [:space:] POSIX character class instead of a literal
space in the regex pattern.
This fixes CI failures for test cases that include spaces in the
dependency name like "Workflow args test script".
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 3841d24 commit 71bc194
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments