From 8575bbd39ae6f736f8352d8eb46d92b6e7596c9a Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Wed, 1 Apr 2020 17:53:47 -0400 Subject: [PATCH] 2020-04-01 tests --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fa9761..44818b3 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ The large features remaining are ``` @while order of operations -keyword operators (and, or, not) -@each special case certain functions (min, max, calc, element, expression, progid, url) variadic arguments many builtin list functions (zip, index) @@ -32,6 +30,12 @@ a special parser for plain css @forward ``` +``` +2020-04-01 +PASSING: 1711 +FAILING: 3382 +TOTAL: 5093 +``` ``` 2020-03-30