Commit 130ed1e
committed
fix(tests): unify status filename sanitization policy
Update test expectations to match the already-correct implementation:
- Special characters (@#) are properly sanitized to dashes
- Unicode characters are properly removed for ASCII-only compatibility
- Implementation correctly uses centralized sanitizeStatusFilename function
- Windows reserved names, length limits, and cross-platform compatibility maintained
Fixes Windows CI test failures by aligning test expectations with actual sanitized output.1 parent 255555e commit 130ed1e
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
| 103 | + | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments