Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
Merge 491f934 into 4d7fb96
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Nov 16, 2019
2 parents 4d7fb96 + 491f934 commit c4a0aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aff.test.ts
Expand Up @@ -55,6 +55,7 @@ describe('Test Aff', () => {
const w = r.map(affWord => affWord.word);
expect(w).to.contain('avoir');
expect(w).to.contain('n’avoir'); // cspell:ignore n’avoir
expect(r.map(affW => affW.word)).to.be.deep.equal(r.map(affW => aff.oConv.convert(affW.prefix + affW.base + affW.suffix)));
logApplyRulesResults(r);
});

Expand Down

0 comments on commit c4a0aaa

Please sign in to comment.