File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
pkg/web_app/test/widget/completion Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ void main() {
4646 {
4747 'start' : 0 ,
4848 'end' : 6 ,
49- 'value' : 'has :' ,
50- 'html' : 'has :' ,
49+ 'value' : 'is :' ,
50+ 'html' : 'is :' ,
5151 'score' : 0.0 ,
5252 },
5353 {
5454 'start' : 0 ,
5555 'end' : 6 ,
56- 'value' : 'is :' ,
57- 'html' : 'is :' ,
56+ 'value' : 'has :' ,
57+ 'html' : 'has :' ,
5858 'score' : 0.0 ,
5959 },
6060 ]);
@@ -98,16 +98,16 @@ void main() {
9898 {
9999 'start' : 0 ,
100100 'end' : 5 ,
101- 'value' : 'is:null-safe ' ,
102- 'html' : '<span class="completion-overlap">is:</span>null-safe ' ,
103- 'score' : 0.0 ,
101+ 'value' : 'is:plugin ' ,
102+ 'html' : '<span class="completion-overlap">is:</span>plugin ' ,
103+ 'score' : 0.0
104104 },
105105 {
106106 'start' : 0 ,
107107 'end' : 5 ,
108- 'value' : 'is:plugin ' ,
109- 'html' : '<span class="completion-overlap">is:</span>plugin ' ,
110- 'score' : 0.0
108+ 'value' : 'is:null-safe ' ,
109+ 'html' : '<span class="completion-overlap">is:</span>null-safe ' ,
110+ 'score' : 0.0 ,
111111 },
112112 {
113113 'start' : 0 ,
You can’t perform that action at this time.
0 commit comments