You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Short opening sentence. This second sentence is intentionally long enough to cross the one hundred and forty character threshold before it reaches its final word in the sentence.",
34
-
)
29
+
test(
30
+
"returns only the first sentence when the second sentence exceeds 140 characters",
"Short opening sentence. This second sentence is intentionally long enough to cross the one hundred and forty character threshold before it reaches its final word in the sentence.",
34
+
)
35
35
36
-
expect(result)->toBe("Short opening sentence.")
37
-
})
36
+
expect(result)->toBe("Short opening sentence.")
37
+
},
38
+
)
38
39
39
40
test("collapses line breaks and repeated spaces before evaluating the sentences", async () => {
0 commit comments