Skip to content

Commit

Permalink
README: Update implemented features
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw authored Nov 29, 2019
1 parent b70b8b4 commit d1a7a65
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ tests suite which uses only a very limited subset of FileCheck's features which
are as follows:

- Commands (both substring and regex matching):
- [ ] `CHECK`
- [ ] `CHECK-NEXT`
- [ ] `CHECK-NOT`
- [ ] `CHECK-EMPTY`
- [x] `CHECK`
- [x] `CHECK-NEXT`
- [x] `CHECK-NOT`
- [x] `CHECK-EMPTY`

- Options:
- [ ] `--strict-whitespace`
- [ ] `--match-full-lines`
- [ ] `--check-prefix`
- [x] `--strict-whitespace`
- [x] `--match-full-lines`
- [x] `--check-prefix`

When this is done, it feels like a good idea to implement full FileCheck's
contract and be 100% compatible with the C++ version.
Expand Down

0 comments on commit d1a7a65

Please sign in to comment.