From fdba87334ba34501d9fcd3ae82435d0af783bef8 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Sun, 9 Feb 2020 22:48:55 -0500 Subject: [PATCH] 2020-02-09 tests --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d65865..07a47e1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ 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-10 +PASSING: 475 +FAILING: 4618 +TOTAL: 5093 +``` + ``` 2020-02-03 PASSING: 242 @@ -33,7 +43,3 @@ PASSING: 143 FAILING: 4950 TOTAL: 5093 ``` - -## Features - -The focus right now is just getting the most basic tests to pass.