Skip to content

Commit 622e410

Browse files
committed
test(adapters): reframe blockquote regression comment around bug behavior
Address review on #1340: drop version-number framing in favor of describing the bug behavior. Version numbers rot as the floor moves; the bug behavior plus the issue link stays stable.
1 parent d25252f commit 622e410

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/adapters/src/chat/telegram/markdown.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ describe('telegram-markdown', () => {
6868
});
6969

7070
describe('blockquotes', () => {
71-
// Regression: telegramify-markdown 1.3.2 escaped the `>` marker and
72-
// double-escaped any other special character on the same line, which
71+
// Regression: telegramify-markdown escaped the `>` blockquote marker
72+
// and double-escaped special characters on the same line, which
7373
// Telegram rejected with "Character '.' is reserved and must be
74-
// escaped". 1.3.3 fixes both. See coleam00/Archon#1102.
74+
// escaped". See coleam00/Archon#1102.
7575
test('escapes special chars exactly once inside blockquotes', () => {
7676
expect(convertToTelegramMarkdown('> hi.')).toBe('> hi\\.\n');
7777
});

0 commit comments

Comments
 (0)