Skip to content

Commit

Permalink
Linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-ter-Doest committed Nov 26, 2023
1 parent 6a7bb92 commit 442a5e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/aggressive_tokenizer_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ describe('aggressive_tokenizer', function () {
})

it('should handle the use of hyphen inside words (issue #656)', function () {

expect(tokenizer.tokenize('links text-based opposed image-based links/CTA\'s')).
toEqual(["links", "text-based", "opposed", "image-based", "links", "CTA\'s"])
expect(tokenizer.tokenize('links text-based opposed image-based links/CTA\'s')).toEqual(
['links', 'text-based', 'opposed', 'image-based', 'links', 'CTA\'s'])
})
})

0 comments on commit 442a5e6

Please sign in to comment.