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
consttext2='Yesterday all my troubles seemed so far away, now it looks as though they\'re here to stay oh, I believe in yesterday'
12
12
constsearchTerm2='yesterday I was in trouble'
13
-
constexpectedResult2='<mark class="orama-highlight">yesterday</mark> all my <mark class="orama-highlight">trouble</mark>s seemed so far away, now <mark class="orama-highlight">i</mark>t looks as though they\'re here to stay oh, <mark class="orama-highlight">i</mark> bel<mark class="orama-highlight">i</mark>eve <mark class="orama-highlight">i</mark>n <mark class="orama-highlight">yesterday</mark>'
13
+
constexpectedResult2='<mark class="orama-highlight">Yesterday</mark> all my <mark class="orama-highlight">trouble</mark>s seemed so far away, now <mark class="orama-highlight">i</mark>t looks as though they\'re here to stay oh, <mark class="orama-highlight">I</mark> bel<mark class="orama-highlight">i</mark>eve <mark class="orama-highlight">i</mark>n <mark class="orama-highlight">yesterday</mark>'
it('should correctly highlight a text (case sensitive)',()=>{
38
+
consttext1='The quick brown fox jumps over the lazy dog'
39
+
constsearchTerm1='Fox'
40
+
constexpectedResult1='The quick brown fox jumps over the lazy dog'
41
+
42
+
consttext2='Yesterday all my troubles seemed so far away, now it looks as though they\'re here to stay oh, I believe in yesterday'
43
+
constsearchTerm2='yesterday I was in trouble'
44
+
constexpectedResult2='Yesterday all my <mark class="orama-highlight">trouble</mark>s seemed so far away, now it looks as though they\'re here to stay oh, <mark class="orama-highlight">I</mark> believe <mark class="orama-highlight">in</mark> <mark class="orama-highlight">yesterday</mark>'
0 commit comments