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 0396756 + bf76cab commit b0c8fcdCopy full SHA for b0c8fcd
shared/util/codeql/util/test/InlineExpectationsTest.qll
@@ -1,7 +1,8 @@
1
/**
2
* Provides a library for writing QL tests whose success or failure is based on expected results
3
* embedded in the test source code as comments, rather than the contents of an `.expected` file
4
- * (in that the `.expected` file should always be empty).
+ * (in that the `.expected` file should always be empty, except when used via the post-processing
5
+ * query).
6
*
7
* To add this framework to a new language, add a new file
8
* (usually called `InlineExpectationsTest.qll`) with:
0 commit comments