add tests passing at the start of may
This commit is contained in:
parent
26df276266
commit
648e101c49
@ -66,6 +66,13 @@ cargo b --release
|
|||||||
|
|
||||||
These numbers come from a default run of the sass specification as shown above.
|
These numbers come from a default run of the sass specification as shown above.
|
||||||
|
|
||||||
|
```
|
||||||
|
2020-05-01
|
||||||
|
PASSING: 2193
|
||||||
|
FAILING: 2900
|
||||||
|
TOTAL: 5093
|
||||||
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
2020-04-21
|
2020-04-21
|
||||||
PASSING: 2150
|
PASSING: 2150
|
||||||
|
@ -3,11 +3,11 @@ An implementation of the sass specification in pure rust.
|
|||||||
|
|
||||||
All functionality is currently exposed through [`StyleSheet`].
|
All functionality is currently exposed through [`StyleSheet`].
|
||||||
|
|
||||||
Spec progress as of 2020-04-21:
|
Spec progress as of 2020-05-01:
|
||||||
|
|
||||||
| Passing | Failing | Total |
|
| Passing | Failing | Total |
|
||||||
|---------|---------|-------|
|
|---------|---------|-------|
|
||||||
| 2150 | 2943 | 5093 |
|
| 2193 | 2900 | 5093 |
|
||||||
|
|
||||||
## Use as library
|
## Use as library
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user