Commit 6c956c5
Tighten scope delimiter regex and fix bogus test
- Narrow regex from /[\s,]+/ to /[ ,]+/ to match server-side
Access::ScopeSet.parse_scopes behavior (space and comma only)
- Remove dead .trim() — splitting on /[ ,]+/ can't produce
elements with leading/trailing whitespace
- Fix test that claimed to cover space-separated parsing but
actually passed comma-separated input (exercising no new code)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ae0a747 commit 6c956c5
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
0 commit comments