vendor/test/cases/operators.subscript.assign.css in stylus-source-0.18.0 vs vendor/test/cases/operators.subscript.assign.css in stylus-source-0.19.0
- old
+ new
@@ -1,21 +1,21 @@
body {
- foo: foo 2 "test";
+ foo: foo 2 'test';
foo: foo;
foo: 2;
foo: true;
foo: true;
foo: true;
foo: 5;
}
body {
- foo: foo "one" "one" "one";
+ foo: foo 'one' 'one' 'one';
}
body {
- foo: 1 "two" "two";
+ foo: 1 'two' 'two';
}
body {
- foo: 1 2 asdf "three";
+ foo: 1 2 asdf 'three';
}
body {
- foo: 1 2 asdf "three";
+ foo: 1 2 asdf 'three';
}
\ No newline at end of file