fix sembr tool corner case
This commit is contained in:
parent
b643676267
commit
93049c3488
2 changed files with 3 additions and 1 deletions
|
|
@ -83,6 +83,7 @@ fn ignore(line: &str, in_code_block: bool) -> bool {
|
|||
|| line.contains(" etc.")
|
||||
|| line.contains("i.e.")
|
||||
|| line.contains("et. al")
|
||||
|| line.contains("<!-- date-check ")
|
||||
|| line.contains('|')
|
||||
|| line.trim_start().starts_with('>')
|
||||
|| line.starts_with('#')
|
||||
|
|
|
|||
|
|
@ -788,7 +788,8 @@ only apply to the test as a whole, not to particular revisions.
|
|||
The only directives that are intended to really work when customized to a revision are
|
||||
error patterns and compiler flags.
|
||||
|
||||
<!-- date-check jul 2023 --> The following test suites support revisions:
|
||||
<!-- date-check jul 2023 -->
|
||||
The following test suites support revisions:
|
||||
|
||||
- ui
|
||||
- assembly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue