Commit 904c110
committed
fix: handle arbitrary nesting depth in parseRawTestName
The >= 3 slash-part branch hardcoded indices 0, 1, 2 which dropped
parts beyond the third. Swift Testing supports nested suites so names
like Module/OuterSuite/InnerSuite/testMethod are possible. Now uses
slice/at to preserve the full suite path and final test name.1 parent 255ecb4 commit 904c110
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments