Skip to content

Commit

Permalink
Update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
surfinzap committed Oct 3, 2024
1 parent 8dfdb78 commit 390952d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/words/abbreviations.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ describe('Fix multiple-word abbreviations (en-us)\n', () => {
"i.e. 100 km": "i.e. 100 km",
"brie cheese": "brie cheese", // false positive
"Pam Grier": "Pam Grier", // false positive
najkrajšie: "najkrajšie", // false positive for non-latin boundaries
nevieš: "nevieš", // false positive for non-latin boundaries
ieš: "ieš", // false positive for non-latin boundaries
"najkrajšie": "najkrajšie", // false positive for non-latin boundaries
"nevieš": "nevieš", // false positive for non-latin boundaries
"ieš": "ieš", // false positive for non-latin boundaries
"či e-mail marketing": "či e-mail marketing", // false positive for non-latin boundaries
"(i.e.)": "(i.e.)",

Expand Down

0 comments on commit 390952d

Please sign in to comment.