From 4868704914ffe918f44fd11bcfeee0a27c0400c5 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Tue, 7 Apr 2020 00:10:18 -0400 Subject: [PATCH] implemented some special functions --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66433fe..50907b6 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,8 @@ cargo b --release The large features remaining are ``` -special case certain functions (min, max, calc, element, expression, progid, url) all builtin selector functions (274 tests) -content-exists, min, min +content-exists, min, min, url @extend (~600 tests) indented syntax (27 tests) a special parser for plain css @@ -29,9 +28,9 @@ string parsing/quoting/escaping (~200 tests) ``` ``` -2020-04-04 -PASSING: 1825 -FAILING: 3268 +2020-04-07 +PASSING: 2031 +FAILING: 3062 TOTAL: 5093 ```