File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
cpp/ql/test/TestUtilities
java/ql/test/TestUtilities
python/ql/test/TestUtilities Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6060 *
6161 * Example:
6262 * ```cpp
63- * int i = x + 5; // $const=5
64- * int j = y + (7 - 3) // $const=7 const=3 const=4 // The result of the subtraction is a constant.
63+ * int i = x + 5; // $ const=5
64+ * int j = y + (7 - 3) // $ const=7 const=3 const=4 // The result of the subtraction is a constant.
6565 * ```
6666 *
6767 * For tests that contain known missing and spurious results, it is possible to further
Original file line number Diff line number Diff line change 6060 *
6161 * Example:
6262 * ```cpp
63- * int i = x + 5; // $const=5
64- * int j = y + (7 - 3) // $const=7 const=3 const=4 // The result of the subtraction is a constant.
63+ * int i = x + 5; // $ const=5
64+ * int j = y + (7 - 3) // $ const=7 const=3 const=4 // The result of the subtraction is a constant.
6565 * ```
6666 *
6767 * For tests that contain known missing and spurious results, it is possible to further
Original file line number Diff line number Diff line change 6060 *
6161 * Example:
6262 * ```cpp
63- * int i = x + 5; // $const=5
64- * int j = y + (7 - 3) // $const=7 const=3 const=4 // The result of the subtraction is a constant.
63+ * int i = x + 5; // $ const=5
64+ * int j = y + (7 - 3) // $ const=7 const=3 const=4 // The result of the subtraction is a constant.
6565 * ```
6666 *
6767 * For tests that contain known missing and spurious results, it is possible to further
You can’t perform that action at this time.
0 commit comments