Skip to content

Commit

Permalink
Update test to expect new rendering of missing tree-sitter nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunsfeld committed May 6, 2019
1 parent a3f0228 commit 59319d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tree-sitter-language-mode-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('TreeSitterLanguageMode', () => {
languageMode.tree.rootNode
.descendantForPosition(Point(1, 2), Point(1, 6))
.toString()
).toBe('(declaration (primitive_type) (identifier) (MISSING))')
).toBe('(declaration (primitive_type) (identifier) (MISSING ";"))')

expectTokensToEqual(editor, [
[
Expand Down

0 comments on commit 59319d6

Please sign in to comment.