Skip to content

Commit

Permalink
Add test for final syllable when word is in construct
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Loder committed Dec 30, 2023
1 parent b8e40ef commit 7b9cad8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/syllable.isAccented.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ describe("Test if a syllable is accented", () => {
testIsAccented("דָּבָר", [false, true]);
});

test("If in construct, no accent", () => {
testIsAccented("כָּל־הָעָ֖ם", [false, false, true]);
});

describe("Taamim that fall on the stressed syllable", () => {
test("silluq", () => {
testIsAccented("חֽוּשָׁה׃", [true, false]);
Expand Down

0 comments on commit 7b9cad8

Please sign in to comment.