Skip to content

Commit

Permalink
chore(test): update invalid JSON test instance
Browse files Browse the repository at this point in the history
closes #240
  • Loading branch information
jeremyfiel committed Aug 3, 2024
1 parent fe686d5 commit 6714b8c
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 6714b8c

Please sign in to comment.