Draft: Adds insta integration tests for parser#26
Draft
hardfau1t wants to merge 19 commits intonvim-neorg:mainfrom
Draft
Draft: Adds insta integration tests for parser#26hardfau1t wants to merge 19 commits intonvim-neorg:mainfrom
hardfau1t wants to merge 19 commits intonvim-neorg:mainfrom
Conversation
NOTE: scope and wiki links are not yet working
Author
|
I am planning to push all of the tests to this PR, but lmk if you want to break it down to different PR, if thats the case I will close this PR later and break it down into different PR's once everything is implemented |
Author
|
Also I switched to RON format becauase its easier to read that way |
dedup removes nested content from attached modifiers
fixes the above issue by removing attaching of right token from AttachedModifierOpener. But this will introduce another issue that `*//*` this will ignore the inner italic
this executable will take a norg file and dumps ast, usefull for debugging issues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will contain set of tests related all features in norg v1 syntax, This will also includes fix for those which are failing to parse.