Commit 2c910da
committed
Fix testParseMarkdownIssuesWithDescription - use double quotes for actual newlines
The test assertion was using single-quoted string where \n is literal
backslash-n characters instead of actual newline characters.
Changed to double-quoted string so \n is interpreted as actual newlines,
matching what the production parseMarkdownIssues function returns.1 parent 204efd7 commit 2c910da
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
0 commit comments