From 41df8bafa47ac15f93aed17781925f25f5224642 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Mon, 8 Jun 2020 00:42:41 -0400 Subject: [PATCH] update passing tests --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da3d5ec..54e1d8f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ for this version will be provided when the library becomes more stable. The large features remaining are ``` -all builtin selector functions (274 tests) builtin functions content-exists, min, max @extend (~600 tests) indented syntax (27 tests) @@ -75,6 +74,13 @@ cargo b --release These numbers come from a default run of the sass specification as shown above. +``` +2020-06-07 +PASSING: 2442 +FAILING: 2651 +TOTAL: 5093 +``` + ``` 2020-05-01 PASSING: 2193