We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e11900 + ab60eeb commit 195aa15Copy full SHA for 195aa15
.gitignore
@@ -5,4 +5,5 @@ __pycache__
5
*.egg-info
6
*.script
7
dist
8
+tests/integration/.lit_test_times.txt
9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "filecheck"
3
-version = "0.0.22"
+version = "0.0.23"
4
description = "Python port of LLVM's FileCheck, flexible pattern matching file verifier"
authors = ["Stanislav Pankevich <s.pankevich@gmail.com>"]
0 commit comments