mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 12:33:14 +02:00
Add completions.sort option (#13311)
This commit is contained in:
@ -1195,17 +1195,17 @@ mod tests {
|
||||
assert_json_include!(
|
||||
actual: result,
|
||||
expected: serde_json::json!([
|
||||
{
|
||||
"label": "def",
|
||||
"textEdit": {
|
||||
"newText": "def",
|
||||
"range": {
|
||||
"start": { "character": 0, "line": 0 },
|
||||
"end": { "character": 2, "line": 0 }
|
||||
}
|
||||
},
|
||||
"kind": 14
|
||||
}
|
||||
{
|
||||
"label": "overlay",
|
||||
"textEdit": {
|
||||
"newText": "overlay",
|
||||
"range": {
|
||||
"start": { "character": 0, "line": 0 },
|
||||
"end": { "character": 2, "line": 0 }
|
||||
}
|
||||
},
|
||||
"kind": 14
|
||||
},
|
||||
])
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user