Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sort the children explicitly #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

azu
Copy link
Contributor

@azu azu commented May 23, 2021

fix #13
fix #18

@azu
Copy link
Contributor Author

azu commented May 23, 2021

It seems that #13 is similar issue.

@@ -10,6 +11,7 @@ describe("Snapshot testing", () => {
const fixtureFileName = path.join(fixturesDir, caseName);
const actualContent = fs.readFileSync(fixtureFileName, "utf-8");
const actual = parse(actualContent);
testAST(actual);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

previously, demo is failed

@azu
Copy link
Contributor Author

azu commented May 30, 2021

@seikichi I've filed related issue #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

invalid AST range on ListItem invalid AST from tables with identical cell text
1 participant