From e02c0ae5740c20ce8fa756c8a5d8abd2adb21153 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sat, 15 Feb 2020 10:06:26 -0500 Subject: [PATCH] 2020-02-15 tests --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07a47e1..2d504dc 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,15 @@ cargo b --release ./sass-spec/sass-spec.rb -c './target/release/grass' ``` - The focus right now is just getting the most basic tests to pass. +``` +2020-02-15 +PASSING: 812 +FAILING: 4281 +TOTAL: 5093 +``` + ``` 2020-02-10 PASSING: 475