Skip to content

Commit

Permalink
test(rules/abbreviations): left abbreviation with parens update
Browse files Browse the repository at this point in the history
  • Loading branch information
moki committed Dec 26, 2023
1 parent b2c7ae0 commit 041d5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/rules/abbreviations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ describe('leftAbbreviation', () => {
});

it('starts with parens', () => {
const input = ['(см.', '[ссылка](file.md)'];
const input = ['(см.', ' [ссылка](file.md)'];
const actual = leftAbbreviation(input);
expect(actual).toStrictEqual(true);
});
Expand Down

0 comments on commit 041d5e9

Please sign in to comment.