Commit f2fb70d
authored
[6.2] Fix a miscompile when a test function has a raw identifier parameter label. (#1173)
- **Explanation**: Fixes parsing of function names to preserve backticks
for raw parameter labels.
- **Scope**: `@Test` macro and parameterized tests.
- **Issues**: #1167
- **Original PRs**: #1168
- **Risk**: No obvious risk.
- **Testing**: Standard CI jobs should verify the fix.
- **Reviewers**: @briancroom @stmontgomery @hamishknight1 parent ae7fe60 commit f2fb70d
File tree
2 files changed
+7
-0
lines changed- Sources/TestingMacros
- Tests/TestingTests
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
318 | 323 | | |
319 | 324 | | |
320 | 325 | | |
| |||
0 commit comments