Skip to content

Commit efe009c

Browse files
committed
docs/06-options: fix syntax
1 parent 6b4cc98 commit efe009c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/06-options.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,13 @@ FileCheck.py follows LLVM FileCheck in the following implementation details:
103103

104104
- The implicit checks are substring-matched i.e. their are ``in`` checks, not
105105
``==`` checks.
106+
106107
- The implicit checks are case sensitive, so ``error`` check will not match
107108
``ERROR`` in the input.
109+
108110
- The implicit check has lower priority than the positive `CHECK*` checks,
109111
but it has higher priority than negative `CHECK-NOT` checks.
112+
110113
- To provide multiple implicit checks, duplicate the argument
111114
``--implicit-check-not <your check>`` multiple times.
112115

0 commit comments

Comments
 (0)