update newly passing tests

This commit is contained in:
Connor Skees 2020-11-16 03:47:54 -05:00
parent 642486b8f4
commit 32863c21fd
3 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,8 @@
# 0.10.4
- plain css `invert(..)` accepts numbers with any unit
- plain css imports (e.g. `@import url(foo)` or `@import "foo.css"`) are now emitted at the top of documents
# 0.10.3
- hyphen followed by interpolation is not treated as subtraction, e.g. `10-#{10}` => `10 -10` rather than `0`

View File

@ -82,16 +82,16 @@ for [curses](https://github.com/ruby/curses).
These numbers come from a default run of the Sass specification as shown above.
```
2020-08-15
PASSING: 3384
FAILING: 1703
2020-11-16
PASSING: 3415
FAILING: 1678
TOTAL: 5093
```
```
2020-08-12
PASSING: 3387
FAILING: 1706
2020-08-15
PASSING: 3384
FAILING: 1703
TOTAL: 5093
```
@ -123,7 +123,6 @@ FAILING: 3382
TOTAL: 5093
```
```
2020-03-22
PASSING: 1442

View File

@ -1,11 +1,11 @@
/*! # grass
An implementation of the Sass specification in pure rust.
Spec progress as of 2020-08-15:
Spec progress as of 2020-11-16:
| Passing | Failing | Total |
|---------|---------|-------|
| 3384 | 1703 | 5093 |
| 3415 | 1678 | 5093 |
## Use as library
```