From 7e718e3492c1b9a6a780fd49ce204013b8b654fa Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Mon, 26 Dec 2022 18:54:36 -0500 Subject: [PATCH] update readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bcf5654..e3ef9bb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ replacement to the Sass commandline executable. This crate aims to achieve complete feature parity with the `dart-sass` reference implementation. A deviation from the `dart-sass` implementation can be considered -a bug except for in the case of error message and error spans. +a bug except for in the case of error messages and error spans. [Documentation](https://docs.rs/grass/) [crates.io](https://crates.io/crates/grass) @@ -67,13 +67,16 @@ npm run sass-spec -- --impl=dart-sass --command '../target/release/grass' The spec runner does not work on Windows. -These numbers come from a default run of the Sass specification as shown above. +Using a modified version of the spec runner that ignores warnings and error spans (but does include error messages), we get the following results: ``` -2021-09-20 -PASSING: 4205 -FAILING: 2051 -TOTAL: 6256 +2022-12-26 +PASSING: 6024 +FAILING: 881 +TOTAL: 6905 ``` +The majority of the failing tests are purely aesthetic, relating to whitespace +around comments in expanded mode or error messages. + \ No newline at end of file