Skip to content

fix: ast for division in calc #57

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

Merged
merged 1 commit into from
Aug 5, 2019
Merged

fix: ast for division in calc #57

merged 1 commit into from
Aug 5, 2019

Conversation

alexander-akait
Copy link
Collaborator

@alexander-akait alexander-akait commented Aug 5, 2019

fix #56

/cc @TrySound

latest PR and we will update version in stylelint

test/parse.js Outdated
@@ -492,6 +492,46 @@ var tests = [
}
]
},
{
message: "should correctly parse multiplication with spaces",
Copy link
Owner

Choose a reason for hiding this comment

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

multiplication?

test/parse.js Outdated
@@ -562,6 +642,36 @@ var tests = [
}
]
},
{
message: "should correctly parse multiplication without spaces",
Copy link
Owner

Choose a reason for hiding this comment

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

division

test/parse.js Outdated
@@ -532,6 +572,46 @@ var tests = [
}
]
},
{
message: "should correctly parse multiplication with spaces",
Copy link
Owner

Choose a reason for hiding this comment

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

division

@alexander-akait
Copy link
Collaborator Author

/cc @TrySound sorry, copy/paste

@alexander-akait alexander-akait merged commit 3111030 into master Aug 5, 2019
@alexander-akait alexander-akait deleted the issue-56 branch August 5, 2019 16:12
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 for calc with division
2 participants