update passing tests

This commit is contained in:
Connor Skees 2020-07-04 21:20:16 -04:00
parent c4439c14fd
commit fd37b34345
2 changed files with 3 additions and 4 deletions

View File

@ -34,7 +34,6 @@ The large features remaining are
indented syntax
css imports
@use, @forward, and the module system
@keyframes
```
This is in addition to dozens of smaller features, edge cases, and miscompilations.
@ -76,8 +75,8 @@ These numbers come from a default run of the Sass specification as shown above.
```
2020-07-04
PASSING: 2874
FAILING: 2219
PASSING: 2880
FAILING: 2213
TOTAL: 5093
```

View File

@ -5,7 +5,7 @@ Spec progress as of 2020-07-04:
| Passing | Failing | Total |
|---------|---------|-------|
| 2874 | 2219 | 5093 |
| 2880 | 2213 | 5093 |
## Use as library
```