From fd37b34345737d59fd90e6e76d974be3c24e1cb2 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sat, 4 Jul 2020 21:20:16 -0400 Subject: [PATCH] update passing tests --- README.md | 5 ++--- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85c1fe3..15af5e7 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ The large features remaining are indented syntax css imports @use, @forward, and the module system -@keyframes ``` This is in addition to dozens of smaller features, edge cases, and miscompilations. @@ -76,8 +75,8 @@ These numbers come from a default run of the Sass specification as shown above. ``` 2020-07-04 -PASSING: 2874 -FAILING: 2219 +PASSING: 2880 +FAILING: 2213 TOTAL: 5093 ``` diff --git a/src/lib.rs b/src/lib.rs index 828c187..30270f6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ Spec progress as of 2020-07-04: | Passing | Failing | Total | |---------|---------|-------| -| 2874 | 2219 | 5093 | +| 2880 | 2213 | 5093 | ## Use as library ```