diff --git a/README.md b/README.md index d4a0c3d..823beed 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ cargo b --release 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 PASSING: 1192 diff --git a/src/lib.rs b/src/lib.rs index d236c4a..8ea2249 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,11 +3,11 @@ //! //! All functionality is currently exposed through [`StyleSheet`]. //! -//! Spec progress as of 2020-03-01: +//! Spec progress as of 2020-03-20: //! //! | Passing | Failing | Total | //! |---------|---------|-------| -//! | 1236 | 3857 | 5093 | +//! | 1394 | 3699 | 5093 | //! //! ## Use as library //! ```