-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
test/parse.js
Outdated
@@ -492,6 +492,46 @@ var tests = [ | |||
} | |||
] | |||
}, | |||
{ | |||
message: "should correctly parse multiplication with spaces", |
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.
multiplication?
test/parse.js
Outdated
@@ -562,6 +642,36 @@ var tests = [ | |||
} | |||
] | |||
}, | |||
{ | |||
message: "should correctly parse multiplication without spaces", |
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.
division
test/parse.js
Outdated
@@ -532,6 +572,46 @@ var tests = [ | |||
} | |||
] | |||
}, | |||
{ | |||
message: "should correctly parse multiplication with spaces", |
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.
division
1c04ed8
to
58ebb32
Compare
/cc @TrySound sorry, copy/paste |
fix #56
/cc @TrySound
latest PR and we will update version in
stylelint