Skip to content

Commit

Permalink
Merge pull request #241 from jeremyfiel/chore/update-test
Browse files Browse the repository at this point in the history
update invalid json instance in DocumentSymbols.test.ts
  • Loading branch information
aeschli committed Aug 26, 2024
2 parents fe686d5 + 6714b8c commit c27b284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/documentSymbols.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ suite('JSON Document Symbols', () => {
});

test('Hierarchical Outline - Array', function () {
const content = '{ "key1": [ { "key2": true }, { "k1": [] } ]';
const content = '{ "key1": [ { "key2": true }, { "k1": [] } ]}';

const expected: ExpectedDocumentSymbol[] = [
{
Expand Down

0 comments on commit c27b284

Please sign in to comment.