Skip to content

Commit

Permalink
change readme examples to match the post-spec/more-keys world
Browse files Browse the repository at this point in the history
  • Loading branch information
Chloe Kudryavtsev committed Mar 15, 2021
1 parent 23818bd commit 2523f04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ Both of these are correct, and neither is preferred.

* `core`: compliant.
* `ini`: compliant.
* `ext`: flexspace, tabulation.
* `ext`: none.
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2523f04

Please sign in to comment.