Skip to content

Commit

Permalink
14.4.2rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Jul 29, 2022
1 parent 41ca126 commit 88fb943
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion builds/compromise.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/one/compromise-one.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/one/compromise-one.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/three/compromise-three.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/three/compromise-three.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/two/compromise-two.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/two/compromise-two.mjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions tests/one/tokenize/sentence-split.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ test('sentence tokenizer', function (t) {
// mis-matched examples
['i thought "no way! and he said "yes way".', 2],//
['i thought (no way! and he said (yes)', 2],//
['i thought (no way! and he said yes', 2],
['(no way! and he said yes', 2],
['"no way! and he\'s cool', 2],
]
arr.forEach(a => {
let [str, len] = a
Expand Down

0 comments on commit 88fb943

Please sign in to comment.