Skip to content

Commit dfdca4e

Browse files
committed
Updated test
1 parent 92c547d commit dfdca4e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/web_app/test/widget/completion/suggest_test.dart

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,22 @@ void main() {
6868
'start': 0,
6969
'end': 5,
7070
'value': 'is:flutter-favorite ',
71-
'html': 'flu<strong>tt</strong>er-favorite',
71+
'html': 'flu<span class="completion-overlap">tt</span>er-favorite',
7272
'score': 4.125,
7373
},
7474
{
7575
'start': 0,
7676
'end': 5,
7777
'value': 'is:unlisted ',
78-
'html': 'unlis<strong>t</strong>ed',
78+
'html': 'unlis<span class="completion-overlap">t</span>ed',
7979
'score': 1.125,
8080
},
8181
{
8282
'start': 0,
8383
'end': 5,
8484
'value': 'is:dart3-compatible ',
85-
'html': 'dar<strong>t</strong>3-compa<strong>t</strong>ible',
85+
'html':
86+
'dar<span class="completion-overlap">t</span>3-compa<span class="completion-overlap">t</span>ible',
8687
'score': 1.0625,
8788
},
8889
{

0 commit comments

Comments
 (0)