From aea2b65a8d81a0288290c8b399908272027482e9 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Mon, 20 Apr 2020 12:15:07 -0400 Subject: [PATCH] remove string parsing from readme (finally!) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 07eb378..168fb53 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ a bug except for in the following situations: - Certain aspects of the indented syntax - Potentially others in the future -[Documentation](https://docs.rs/grass/) +[Documentation](https://docs.rs/grass/) [crates.io](https://crates.io/crates/grass) The large features remaining are @@ -30,7 +30,6 @@ a special parser for plain css @forward (~400 tests) @keyframes (~30 tests) @supports (~128 tests) -string parsing/quoting/escaping (~200 tests) ``` To run the official test suite,