mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
InlineExpectationTest: clarify the nedd for an
empty `.expected` file
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* Provides a library for writing QL tests whose success or failure is based on expected results
|
||||
* embedded in the test source code as comments, rather than a `.expected` file.
|
||||
* embedded in the test source code as comments, rather than the contents of an `.expected` file
|
||||
* (in that the `.expected` file should always be empty).
|
||||
*
|
||||
* To add this framework to a new language:
|
||||
* - Add a file `InlineExpectationsTestPrivate.qll` that defines a `LineComment` class. This class
|
||||
|
||||
Reference in New Issue
Block a user