add tests passing at the start of may

This commit is contained in:
ConnorSkees 2020-05-05 19:01:40 -04:00
parent 26df276266
commit 648e101c49
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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
``` ```