---
source: crates/tinymist-query/src/completion.rs
assertion_line: 194
description: "Completion on ../\" (33..37)"
expression: "JsonRepr::new_pure(results)"
input_file: crates/tinymist-query/src/fixtures/completion/path_parent_inside_root.typ
---
[
{
"isIncomplete": false,
"items": [
{
"kind": 17,
"label": "../base.typ",
"sortText": "001",
"textEdit": {
"newText": "../base.typ",
"range": {
"end": {
"character": 10,
"line": 1
},
"start": {
"character": 7,
"line": 1
}
}
}
}
]
},
{
"isIncomplete": false,
"items": [
{
"kind": 17,
"label": "../base.typ",
"sortText": "000",
"textEdit": {
"newText": "../base.typ",
"range": {
"end": {
"character": 10,
"line": 1
},
"start": {
"character": 7,
"line": 1
}
}
}
}
]
},
{
"isIncomplete": false,
"items": [
{
"kind": 17,
"label": "../base.typ",
"sortText": "000",
"textEdit": {
"newText": "../base.typ",
"range": {
"end": {
"character": 10,
"line": 1
},
"start": {
"character": 7,
"line": 1
}
}
}
}
]
},
{
"isIncomplete": false,
"items": [
{
"kind": 17,
"label": "../base.typ",
"sortText": "000",
"textEdit": {
"newText": "../base.typ",
"range": {
"end": {
"character": 10,
"line": 1
},
"start": {
"character": 7,
"line": 1
}
}
}
}
]
}
]