update newly passing tests
This commit is contained in:
parent
642486b8f4
commit
32863c21fd
@ -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`
|
||||
|
13
README.md
13
README.md
@ -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
|
||||
|
@ -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
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user