From 8e43d906b556d744e4c0384e9a2b457806751760 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Fri, 20 Mar 2020 21:00:27 -0400 Subject: [PATCH] update passing tests --- README.md | 5 +++++ src/lib.rs | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 //! ```