update passing tests

This commit is contained in:
ConnorSkees 2020-03-20 21:00:27 -04:00
parent 87462490ac
commit 8e43d906b5
2 changed files with 7 additions and 2 deletions

View File

@ -15,6 +15,11 @@ cargo b --release
The focus right now is just getting the most basic tests to pass. The focus right now is just getting the most basic tests to pass.
```
2020-03-20
PASSING: 1394
FAILING: 3699
TOTAL: 5093
``` ```
2020-02-24 2020-02-24
PASSING: 1192 PASSING: 1192

View File

@ -3,11 +3,11 @@
//! //!
//! All functionality is currently exposed through [`StyleSheet`]. //! All functionality is currently exposed through [`StyleSheet`].
//! //!
//! Spec progress as of 2020-03-01: //! Spec progress as of 2020-03-20:
//! //!
//! | Passing | Failing | Total | //! | Passing | Failing | Total |
//! |---------|---------|-------| //! |---------|---------|-------|
//! | 1236 | 3857 | 5093 | //! | 1394 | 3699 | 5093 |
//! //!
//! ## Use as library //! ## Use as library
//! ``` //! ```