mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 04:32:37 +02:00
fix(completion): quoted cell path completion (#15546)
Closes #15525 # Description # User-Facing Changes bug fix # Tests + Formatting +1 # After Submitting
This commit is contained in:
@ -481,10 +481,10 @@ mod tests {
|
||||
actual: result_from_message(resp),
|
||||
expected: serde_json::json!([
|
||||
{
|
||||
"label": "1",
|
||||
"label": "\"1\"",
|
||||
"detail": "string",
|
||||
"textEdit": {
|
||||
"newText": "1",
|
||||
"newText": "\"1\"",
|
||||
"range": { "start": { "line": 1, "character": 5 }, "end": { "line": 1, "character": 5 } }
|
||||
},
|
||||
"kind": 10
|
||||
|
Reference in New Issue
Block a user