项目文件夹

文件
Alex Rudenko c29d097b92 chore: extract issue formatter in preparation to structured content (#794)
This makes it easier to add JSON-format as the output for issues.
Console formatter will be changed next.
2026-01-20 07:03:30 +00:00

10 行
243 B
Plaintext

exports[`IssueFormatter > formats an issue message 1`] = `
ID: 5
Message: issue> Mock Issue Title
This is a mock issue description
Learn more:
[Learn more](http://example.com/learnmore)
[Learn more 2](http://example.com/another-learnmore)
`;