Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Attempt to reimplement LLVM's FileCheck using Python.

![](https://github.com/stanislaw/FileCheck.py/workflows/FileCheck.py%20on%20macOS/badge.svg)
![](https://github.com/stanislaw/FileCheck.py/workflows/FileCheck.py%20on%20Linux/badge.svg)
![](https://github.com/stanislaw/FileCheck.py/workflows/FileCheck.py%20on%20Windows/badge.svg)
![](https://github.com/mull-project/FileCheck.py/workflows/FileCheck.py%20on%20macOS/badge.svg)
![](https://github.com/mull-project/FileCheck.py/workflows/FileCheck.py%20on%20Linux/badge.svg)
![](https://github.com/mull-project/FileCheck.py/workflows/FileCheck.py%20on%20Windows/badge.svg)

## Background

Expand All @@ -21,10 +21,10 @@ keep third-party binary artifacts in source code.

Documentation is hosted on Read the Docs:

[FileCheck.py documentation](https://filecheck.readthedocs.io/en/latest/index.html).
[FileCheck.py documentation](https://filecheck.readthedocs.io/en/stable/index.html)

## Copyright

Copyright (c) 2020 Stanislav Pankevich s.pankevich@gmail.com. See LICENSE for
Copyright (c) 2021 Stanislav Pankevich s.pankevich@gmail.com. See LICENSE for
details.