Skip to content

Commit 9758fc3

Browse files
committed
test: update path_kind image for-loop snapshot
1 parent 5e810f9 commit 9758fc3

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

crates/tinymist-query/src/fixtures/completion/snaps/test@path_kind_image_for_loop.typ.snap

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
source: crates/tinymist-query/src/completion.rs
3-
assertion_line: 196
43
description: "Completion on \" (52..53)"
54
expression: "JsonRepr::new_pure(results)"
65
input_file: crates/tinymist-query/src/fixtures/completion/path_kind_image_for_loop.typ
@@ -10,8 +9,8 @@ input_file: crates/tinymist-query/src/fixtures/completion/path_kind_image_for_lo
109
"isIncomplete": false,
1110
"items": [
1211
{
13-
"kind": 17,
14-
"label": "a.png",
12+
"kind": 17,
13+
"label": "a.png",
1514
"sortText": "001",
1615
"textEdit": {
1716
"newText": "a.png",
@@ -28,8 +27,8 @@ input_file: crates/tinymist-query/src/fixtures/completion/path_kind_image_for_lo
2827
}
2928
},
3029
{
31-
"kind": 17,
32-
"label": "b.png",
30+
"kind": 17,
31+
"label": "b.png",
3332
"sortText": "002",
3433
"textEdit": {
3534
"newText": "b.png",

0 commit comments

Comments
 (0)