We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e543bc6 commit 87f9ea1Copy full SHA for 87f9ea1
specs/bug81aSpec.js
@@ -36,7 +36,7 @@ describe('bug 8.1.a', function() {
36
describe('does nothing', function() {
37
it('when using only first value', function(done) {
38
var input = 'a{flex: 0}';
39
- var output = 'a{flex: 0 1 0%}'
+ var output = 'a{flex: 0 1 0%}';
40
test(input, output, {}, done);
41
});
42
it('when using only first and second values', function(done) {
0 commit comments