From 29166900d23c2ac3c20f968fe5787011c5c6ddad Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Tue, 24 Mar 2020 10:53:21 -0400 Subject: [PATCH] 2020-03-23 tests --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c28e741..0c5f799 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ order of operations special case certain functions (min, max, calc, element, expression, progid, url) variadic arguments many builtin list functions -many builtin string functions all builtin selector functions all builtin map functions @extend @@ -35,6 +34,13 @@ a special parser for plain css in addition to some smaller features like `\` in selectors +``` +2020-03-23 +PASSING: 1547 +FAILING: 3546 +TOTAL: 5093 +``` + ``` 2020-03-22 PASSING: 1442