-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Feature] ParsingRelated to efforts to improving the parsing of a string of data and converting it into a different fRelated to efforts to improving the parsing of a string of data and converting it into a different f[Type] TaskIssues or PRs that have been broken down into an individual action to takeIssues or PRs that have been broken down into an individual action to take
Description
We need to get a bunch of test cases in place for parsing and serialization. Preferably full posts' content that are tested as follows:
- Raw content
- List of blocks is verified against an expected value
- Optionally we can send some redux actions to simulate user changes
- Serialized to raw content again; ideally this content should all be exactly the same unless the user changed something, but it will take time to get there
Here is one example of a bug we would have caught with an approach like this: #626 (comment)
Metadata
Metadata
Assignees
Labels
[Feature] ParsingRelated to efforts to improving the parsing of a string of data and converting it into a different fRelated to efforts to improving the parsing of a string of data and converting it into a different f[Type] TaskIssues or PRs that have been broken down into an individual action to takeIssues or PRs that have been broken down into an individual action to take