Revert "FIX: word boundary regex (\b) not working in Unicode languages. (#9163)"

Lookbehind regex is not supported in Firefox or IE11

This reverts commit 572bb5988f.
This commit is contained in:
David Taylor
2020-03-25 14:34:45 +00:00
parent 9521a88984
commit d62d258fe5
14 changed files with 171 additions and 175 deletions
@@ -94,7 +94,7 @@ QUnit.test("Search with context", async assert => {
const highlighted = [];
find("#post_7 span.highlighted").map((_, span) => {
find("#post_7 span.highlight-strong").map((_, span) => {
highlighted.push(span.innerText);
});