mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Update test to expect new rendering of missing tree-sitter nodes
This commit is contained in:
@@ -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, [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user