Fix missing nodes in outline (#990)

* Remove some boilerplate from test

* Fix missing nodes in outline
This commit is contained in:
Alex Kladov
2023-02-11 19:20:01 +00:00
committed by GitHub
parent 0d3b0e9965
commit 73d6264cab
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,9 @@ test "documentSymbol - nested struct with self" {
\\};
,
\\Variable Foo
\\ Variable Self
\\ Function foo
\\ Variable Bar
);
}