-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add incremental parsing support #25
Conversation
Edit: this was fixed |
fcaf1aa
to
14695bd
Compare
7f32dbe
to
7d8b395
Compare
@AnHeuermann this PR is ready for review now 👍 |
7d8b395
to
ab55fb2
Compare
ab55fb2
to
bfe7c14
Compare
} | ||
); | ||
|
||
assert.equal(document.getText().trim(), UPDATED_TEST_PACKAGE_CONTENT.trim()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add an additional assert to test that the tree indeed is updated. In this case it's hard to tell, so maybe do an update that does change the tree. Maybe adding another annotation or model or so.
Otherwise we aren't sure that the tree was updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups, wrong button. I wanted to request changes on my review^^. Please check if you can update the test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like this?
No description provided.