fix: update tests for vimdoc parser changes

This commit is contained in:
Steven Arcangeli 2024-06-17 10:22:54 -04:00
parent 75de06f8ed
commit 34cfc0143d

View file

@ -15,35 +15,33 @@
} }
}, },
{ {
"children": [ "col": 70,
{ "end_col": 82,
"col": 68,
"end_col": 82,
"end_lnum": 5,
"kind": "Interface",
"level": 1,
"lnum": 5,
"name": ":SomeCommand",
"selection_range": {
"col": 69,
"end_col": 81,
"end_lnum": 5,
"lnum": 5
}
}
],
"col": 0,
"end_col": 10,
"end_lnum": 3, "end_lnum": 3,
"kind": "Interface", "kind": "Interface",
"level": 0, "level": 0,
"lnum": 3, "lnum": 3,
"name": "TEST INTRO", "name": "test-intro",
"selection_range": { "selection_range": {
"col": 0, "col": 71,
"end_col": 10, "end_col": 81,
"end_lnum": 3, "end_lnum": 3,
"lnum": 3 "lnum": 3
} }
},
{
"col": 68,
"end_col": 82,
"end_lnum": 5,
"kind": "Interface",
"level": 0,
"lnum": 5,
"name": ":SomeCommand",
"selection_range": {
"col": 69,
"end_col": 81,
"end_lnum": 5,
"lnum": 5
}
} }
] ]