update passing tests

This commit is contained in:
Connor Skees 2020-07-06 20:08:23 -04:00
parent e1e643d286
commit 37c1ada664
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
# TBD
- bugfixes for `@media` query regressions
- remove all panics from `@import` and correctly emit `@import` in certain cases
- bugfixes for empty arglists
- bugfixes for maps in rare cases in arglists and `@each`
# 0.9.5
A small release fixing potential build issues and improving documentation.

View File

@ -78,9 +78,9 @@ cargo b --release
These numbers come from a default run of the Sass specification as shown above.
```
2020-07-04
PASSING: 2880
FAILING: 2213
2020-07-06
PASSING: 2918
FAILING: 2175
TOTAL: 5093
```