File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
pkg/web_app/test/widget/completion Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments