Commit 3ce76dd
committed
Cover underscore in session-id parsing test
The pattern allows [A-Za-z0-9_-]+; add an underscore-containing id (abc_def-123)
to capturesMultipleSessionIds so the underscore branch of the character class is
exercised alongside the hyphenated ids.1 parent 90e9658 commit 3ce76dd
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments