diff --git a/README.md b/README.md index 90dd2b9..be9b96f 100644 --- a/README.md +++ b/README.md @@ -137,4 +137,4 @@ Both of these are correct, and neither is preferred. * `core`: compliant. * `ini`: compliant. -* `ext`: flexspace, tabulation. +* `ext`: none. diff --git a/tests/README.md b/tests/README.md index cdccf9f..494d6fe 100644 --- a/tests/README.md +++ b/tests/README.md @@ -36,9 +36,9 @@ If you are writing an implementation, please describe its compliance as follows: 3. Compliance for `ext` per-feature (list out every extension (basename of the files) that you are conformant to). For example: -* `core`: 32/32, `ini`: compliant, `ext`: flexspace, tabulation. +* `core`: 29/29, `ini`: compliant, `ext`: more-keys. * `core`: compliant, `ini`: non-compliant, `ext`: none. -* `core`: 24/32, `ini`: compliant, `ext`: flexspace. +* `core`: 24/29, `ini`: compliant, `ext`: more-keys. Obviously, any implementation that is not fully core compliant should not be considered finished.